Skip to content

Commit

Permalink
(videocall) Increased versionName to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi1150 committed Jan 18, 2024
1 parent 29e9e0f commit b087d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion videocall-deepar/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.2.0"
versionName "1.3.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 @@ -16,7 +16,7 @@ android {
targetSdk 33
multiDexEnabled true
versionCode 1
versionName "1.2.0"
versionName "1.3.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit b087d1b

Please sign in to comment.