Skip to content

Commit ea31293

Browse files
author
paolorotolo
committed
Bugfix release 1.2.1.
1 parent dbbd70c commit ea31293

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434
defaultConfig {
3535
minSdkVersion 16
3636
targetSdkVersion 24
37-
versionCode 34
38-
versionName '1.2.0'
37+
versionCode 35
38+
versionName '1.2.1'
3939
applicationId 'org.glucosio.android'
4040

4141
vectorDrawables.useSupportLibrary = true

wear/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
applicationId "org.glucosio.android"
3030
minSdkVersion 21
3131
targetSdkVersion 24
32-
versionCode 34
33-
versionName '1.2.0'
32+
versionCode 35
33+
versionName '1.2.1'
3434
}
3535
buildTypes {
3636
debug {

0 commit comments

Comments
 (0)