Skip to content

Commit

Permalink
Release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnlm committed Feb 22, 2020
1 parent 79cf880 commit 70e4d92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId 'dev.lucasnlm.antimine'
minSdkVersion 16
targetSdkVersion 29
versionCode 40
versionName '6.0'
versionCode 41
versionName '6.0.1'

resConfigs 'en', 'pt', 'es', 'zh'
}
Expand Down
6 changes: 3 additions & 3 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ android {
compileSdkVersion 29

defaultConfig {
minSdkVersion 14
minSdkVersion 16
targetSdkVersion 29
versionCode 19
versionName '3.0'
versionCode 41
versionName '6.0.1'
}

kapt {
Expand Down
4 changes: 2 additions & 2 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId 'dev.lucasnlm.antimine.wear'
minSdkVersion 23
targetSdkVersion 29
versionCode 22
versionName '5.0'
versionCode 41
versionName '6.0.1'

resConfigs 'en', 'pt', 'es', 'zh'
}
Expand Down

0 comments on commit 70e4d92

Please sign in to comment.