Skip to content

Commit

Permalink
Releasing Glucosio 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paolorotolo committed Oct 27, 2016
1 parent 188e86d commit 912860c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ android {

defaultConfig {
minSdkVersion 16
targetSdkVersion 24
versionCode 35
versionName '1.2.1'
targetSdkVersion 25
versionCode 36
versionName '1.3.0'
applicationId 'org.glucosio.android'

vectorDrawables.useSupportLibrary = true
Expand Down
8 changes: 4 additions & 4 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ apply plugin: 'com.android.application'


android {
compileSdkVersion 24
compileSdkVersion 25
buildToolsVersion buildToolsVer

defaultConfig {
applicationId "org.glucosio.android"
minSdkVersion 21
targetSdkVersion 24
versionCode 35
versionName '1.2.1'
targetSdkVersion 25
versionCode 36
versionName '1.3.0'
}
buildTypes {
debug {
Expand Down

0 comments on commit 912860c

Please sign in to comment.