Skip to content

Commit c3c66f2

Browse files
authored
fix(kinesis): KV WebRTC Storage module (#3272)
1 parent 43e6c47 commit c3c66f2

21 files changed

+23
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apply from: rootProject.file('publishing.gradle')
2+
apply plugin: 'com.android.library'
3+
4+
android {
5+
compileSdkVersion 29
6+
7+
defaultConfig {
8+
minSdkVersion 9
9+
targetSdkVersion 29
10+
}
11+
}
12+
13+
dependencies {
14+
api project(':aws-android-sdk-core')
15+
}
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-kinesisvideo-webrtcstorage
2+
POM_DESCRIPTION=The AWS Android SDK for Amazon Kinesis Video Web RTC Storage module holds the client classes that are used for communicating with Amazon Kinesis Video Streams Service Web RTC Storage
3+
POM_NAME=AWS SDK for Android - Amazon Kinesis Video Streams Web RTC Storage
4+
POM_PACKAGING=aar
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="com.amazonaws.services.kinesisvideowebrtcstorage" />

0 commit comments

Comments
 (0)