Skip to content

Commit c4357f8

Browse files
authored
feat: add support for Amazon Chime SDK (#2572)
1 parent 2fcec40 commit c4357f8

File tree

312 files changed

+48
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

312 files changed

+48
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apply from: rootProject.file('publishing.gradle')
2+
apply plugin: 'com.android.library'
3+
4+
android {
5+
compileSdkVersion 30
6+
7+
defaultConfig {
8+
minSdkVersion 9
9+
targetSdkVersion 30
10+
}
11+
}
12+
13+
dependencies {
14+
api project(':aws-android-sdk-core')
15+
}
16+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
POM_ARTIFACT_ID=aws-android-sdk-chimesdkidentity
2+
POM_DESCRIPTION=The AWS Android SDK for Amazon Chime SDK Identity module holds the client classes that are used for communicating with Amazon Chime Service
3+
POM_NAME=AWS SDK for Android - Amazon Chime SDK Identity
4+
POM_PACKAGING=aar
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="com.amazonaws.services.chimesdkidentity" />

0 commit comments

Comments
 (0)