Skip to content

Commit b1b028d

Browse files
committed
Add support for AS2.2+
1 parent d5daa8a commit b1b028d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ android {
226226
buildConfigField "boolean", "ENABLE_CRASHLYTICS", "${hasFabricApiKey()}"
227227
}
228228
}
229+
buildToolsVersion '24.0.1'
229230
}
230231

231232
/**

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
maven { url 'https://maven.fabric.io/public' }
2222
}
2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:1.5.0'
24+
classpath 'com.android.tools.build:gradle:2.2.0'
2525
classpath 'io.fabric.tools:gradle:1.21.2'
2626
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2727

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Apr 16 01:22:29 PDT 2016
1+
#Sun Oct 09 17:42:04 PDT 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 commit comments

Comments
 (0)