diff --git a/app/build.gradle b/app/build.gradle index 864b367d8..db7b55e0a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,8 +61,8 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.3' //100ms.live SDK - implementation 'com.github.100mslive.android-sdk:lib:2.4.5' - implementation 'com.github.100mslive.android-sdk:virtualBackground:2.4.5' + implementation 'com.github.100mslive.android-sdk:lib:2.4.7' + implementation 'com.github.100mslive.android-sdk:virtualBackground:2.4.7' // Navigation implementation "androidx.navigation:navigation-fragment-ktx:2.4.0" diff --git a/gradle.properties b/gradle.properties index 704cf5991..f98686835 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,5 +19,5 @@ android.useAndroidX=true android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -100MS_APP_VERSION_CODE=349 -100MS_APP_VERSION_NAME=3.8.1 \ No newline at end of file +100MS_APP_VERSION_CODE=350 +100MS_APP_VERSION_NAME=3.8.2 \ No newline at end of file