Skip to content

Commit

Permalink
Bump version code and change version name to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Jan 10, 2024
1 parent ae8f6e5 commit e1799e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networksurvey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.craxiom.networksurvey"
minSdkVersion 26
targetSdkVersion 34
versionCode 54
versionName "1.17-SNAPSHOT"
versionCode 55
versionName "1.17"
setProperty("archivesBaseName", "$applicationName-$versionName")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
Expand Down

0 comments on commit e1799e3

Please sign in to comment.