Skip to content

Commit

Permalink
(all) versionName increased
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi1150 committed Dec 18, 2024
1 parent 84a6938 commit eb2185c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion audiocall/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
targetSdk 33
multiDexEnabled true
versionCode 1
versionName "1.6.1"
versionName "1.7.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion videocall-deepar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
targetSdk 33
multiDexEnabled true
versionCode 1
versionName "1.4.1"
versionName "1.5.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion videocall/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
targetSdk 33
multiDexEnabled true
versionCode 1
versionName "1.4.1"
versionName "1.5.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit eb2185c

Please sign in to comment.