Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnlm committed Mar 11, 2020
1 parent 018d180 commit a3092ab
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 @@ -12,8 +12,8 @@ android {
minSdkVersion 16
targetSdkVersion 29
multiDexEnabled true
versionCode 55
versionName '6.1.0'
versionCode 59
versionName '6.1.3'

vectorDrawables.useSupportLibrary true
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 45
versionName '6.1.0'
versionCode 59
versionName '6.1.3'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
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 45
versionName '6.1.0'
versionCode 59
versionName '6.1.3'

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

0 comments on commit a3092ab

Please sign in to comment.