Skip to content

Commit

Permalink
Update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnlm committed Mar 3, 2020
1 parent 99f168d commit 2dc22f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 42
versionName '6.0.2'
versionCode 43
versionName '6.0.3'

resConfigs 'en', 'pt', 'es', 'zh'
}
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 {
minSdkVersion 16
targetSdkVersion 29
versionCode 41
versionName '6.0.1'
versionCode 43
versionName '6.0.3'
}

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 41
versionName '6.0.1'
versionCode 43
versionName '6.0.3'

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

0 comments on commit 2dc22f3

Please sign in to comment.