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 Dec 9, 2023
1 parent 4d0d851 commit b6141af
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 @@ -37,8 +37,8 @@ android {
buildConfigField "String", "APP_NAME", "\"${app_title} ${app_suffix}\""
}

versionCode 66 // increment after every release (for the next development cycle)
versionName '1.1.22' // change with every release
versionCode 67 // increment after every release (for the next development cycle)
versionName '1.1.23-SNAPSHOT' // change with every release

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down

0 comments on commit b6141af

Please sign in to comment.