Skip to content

Commit

Permalink
sdk 33
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Apr 12, 2024
1 parent beebfc2 commit e0ed1b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ plugins {
}

android {
compileSdk 34
compileSdk 33

defaultConfig {
namespace("com.amazonaws.kinesisvideo.demoapp")

applicationId "com.amazonaws.kinesisvideo.webrtc_sdk_android"
minSdk 29
targetSdk 34
targetSdk 33
versionCode 1
versionName "1.0.0"

Expand Down Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp:4.12.0")

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down

0 comments on commit e0ed1b2

Please sign in to comment.