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 Jul 12, 2024
1 parent 642702e commit ef86e7d
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 69 // increment after every release (for the next development cycle)
versionName '1.1.24' // change with every release
versionCode 70 // increment after every release (for the next development cycle)
versionName '1.1.25-SNAPSHOT' // change with every release

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down

0 comments on commit ef86e7d

Please sign in to comment.