Skip to content

Commit

Permalink
prepare next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisdt committed Aug 16, 2024
1 parent 86dd6b1 commit 9ef8b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
buildConfigField "String", "APP_NAME", "\"${app_title} ${app_suffix}\""
}

versionCode 70 // increment after every release (for the next development cycle)
versionName '1.1.25' // change with every release
versionCode 71 // increment after every release (for the next development cycle)
versionName '1.1.26-SNAPSHOT' // change with every release

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down

0 comments on commit 9ef8b87

Please sign in to comment.