Skip to content

Commit

Permalink
incrementing version number/code
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew N Bogner committed Aug 17, 2023
1 parent bac030d commit 8c8de60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ android {
targetSdkVersion 33
// current: targetSdkVersion 31
// TODO: update versionName with each release
versionName "4.03"
versionName "4.04"
// TODO: update versionCode with each PR
versionCode 100403
versionCode 100404
testApplicationId 'org.greatfire.wikiunblocked.test'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
Expand Down Expand Up @@ -181,7 +181,7 @@ android {
fdroid {
applicationId 'org.greatfire.wikiunblocked.fdroid'
// static string for fdroid repo
versionName '4.03-fdroid'
versionName '4.04-fdroid'
// TODO: see above re: signing code
// signingConfig signingConfigs.prod
}
Expand Down

0 comments on commit 8c8de60

Please sign in to comment.