Skip to content

Commit

Permalink
Updated version numbers.
Browse files Browse the repository at this point in the history
Signed-off-by: Aniket Kadam <[email protected]>
  • Loading branch information
AniketSK committed Jul 29, 2022
1 parent da751af commit 64215db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
100MS_APP_VERSION_CODE=350
100MS_APP_VERSION_NAME=3.8.2

0 comments on commit 64215db

Please sign in to comment.