Skip to content

Commit

Permalink
Bump version code and change version name to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed May 21, 2024
1 parent 4201086 commit 3973685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
versionCode 42111
versionName "2.15.3"
versionCode 42112
versionName "2.16.1"
archivesBaseName += "-$versionName"
applicationId "com.ninja.chat"
resValue "string", "applicationId", applicationId
Expand Down

0 comments on commit 3973685

Please sign in to comment.