File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ apply plugin: 'com.android.application'
2222
2323
2424android {
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 {
You can’t perform that action at this time.
0 commit comments