Skip to content

Commit

Permalink
prepare release 1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisdt committed Sep 29, 2022
1 parent 5fadc8f commit c1018a5
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 62 // increment with every release
versionName '1.1.18-SNAPSHOT' // change with every release
versionCode 62 // increment after every release (for the next development cycle)
versionName '1.1.18' // change with every release

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down

0 comments on commit c1018a5

Please sign in to comment.