Skip to content

Commit

Permalink
Merge pull request #110 from lucasnlm/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
lucasnlm committed Jun 28, 2020
2 parents 51eb56b + ebfd30d commit d69b204
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 @@ -9,8 +9,8 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 701041
versionName '7.1.4'
versionCode 702001
versionName '7.2.0'
minSdkVersion 16
targetSdkVersion 29
multiDexEnabled true
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 701041
versionName '7.1.4'
versionCode 702001
versionName '7.2.0'
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 701041 // MMmmPPv
versionName '7.1.4'
versionCode 702001 // MMmmPPv
versionName '7.2.0'
minSdkVersion 16
targetSdkVersion 29
resConfigs 'ar', 'en', 'cs', 'de', 'el', 'es', 'fr', 'ja', '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 701041 // MMmmPPv
versionName '7.1.4'
versionCode 702001 // MMmmPPv
versionName '7.2.0'
minSdkVersion 16
targetSdkVersion 29
resConfigs 'ar', 'en', 'cs', 'de', 'el', 'es', 'fr', 'ja', '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 @@ -9,8 +9,8 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 701041
versionName '7.1.4'
versionCode 702001
versionName '7.2.0'
applicationId 'dev.lucasnlm.antimine'
minSdkVersion 23
targetSdkVersion 29
Expand Down

0 comments on commit d69b204

Please sign in to comment.