Skip to content

Commit 912860c

Browse files
author
paolorotolo
committed
Releasing Glucosio 1.3.0
1 parent 188e86d commit 912860c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ android {
3333

3434
defaultConfig {
3535
minSdkVersion 16
36-
targetSdkVersion 24
37-
versionCode 35
38-
versionName '1.2.1'
36+
targetSdkVersion 25
37+
versionCode 36
38+
versionName '1.3.0'
3939
applicationId 'org.glucosio.android'
4040

4141
vectorDrawables.useSupportLibrary = true

wear/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ apply plugin: 'com.android.application'
2222

2323

2424
android {
25-
compileSdkVersion 24
25+
compileSdkVersion 25
2626
buildToolsVersion buildToolsVer
2727

2828
defaultConfig {
2929
applicationId "org.glucosio.android"
3030
minSdkVersion 21
31-
targetSdkVersion 24
32-
versionCode 35
33-
versionName '1.2.1'
31+
targetSdkVersion 25
32+
versionCode 36
33+
versionName '1.3.0'
3434
}
3535
buildTypes {
3636
debug {

0 commit comments

Comments
 (0)