Skip to content

Commit

Permalink
Merge pull request #87 from lucasnlm/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
lucasnlm committed Jun 4, 2020
2 parents 0997bc8 + 3bfa979 commit 513c7f1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 700011
versionName '7.0.1'
versionCode 700021
versionName '7.0.2'
applicationId 'dev.lucanlm.antimine'
minSdkVersion 16
targetSdkVersion 29
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 700011
versionName '7.0.1'
versionCode 700021
versionName '7.0.2'
minSdkVersion 16
targetSdkVersion 29
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
4 changes: 2 additions & 2 deletions foss/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
compileSdkVersion 29

defaultConfig {
versionCode 700011 // MMmmPPv
versionName '7.0.1'
versionCode 700021 // MMmmPPv
versionName '7.0.2'
minSdkVersion 16
targetSdkVersion 29
resConfigs 'en', 'cs', 'de', 'el', 'es', 'fr', 'pt', 'ru', 'tr', 'uk', 'vi', 'zh'
Expand Down
4 changes: 2 additions & 2 deletions proprietary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
compileSdkVersion 29

defaultConfig {
versionCode 700011 // MMmmPPv
versionName '7.0.1'
versionCode 700021 // MMmmPPv
versionName '7.0.2'
minSdkVersion 16
targetSdkVersion 29
resConfigs 'en', 'cs', 'de', 'el', 'es', 'fr', 'pt', 'ru', 'tr', 'uk', 'vi', 'zh'
Expand Down
4 changes: 2 additions & 2 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 700011
versionName '7.0.1'
versionCode 700021
versionName '7.0.2'
applicationId 'dev.lucasnlm.antimine'
minSdkVersion 23
targetSdkVersion 29
Expand Down

0 comments on commit 513c7f1

Please sign in to comment.