Skip to content

Commit 084f5e0

Browse files
author
Paolo Rotolo
committed
Solved a crash on < M.
1 parent 788a360 commit 084f5e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
defaultConfig {
3333
minSdkVersion 16
3434
targetSdkVersion 23
35-
versionCode 24
36-
versionName '1.0.0'
35+
versionCode 25
36+
versionName '1.0.1'
3737
applicationId "org.glucosio.android"
3838

3939
vectorDrawables.useSupportLibrary = true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
}
2828

2929
dependencies {
30-
classpath 'com.android.tools.build:gradle:2.2.0-alpha1'
30+
classpath 'com.android.tools.build:gradle:2.1.0'
3131
classpath 'com.google.gms:google-services:3.0.0'
3232
classpath 'io.realm:realm-gradle-plugin:0.90.1'
3333

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 23
32-
versionCode 24
33-
versionName '1.0.0'
32+
versionCode 25
33+
versionName '1.0.1'
3434
}
3535
buildTypes {
3636
debug {

0 commit comments

Comments
 (0)