We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de32555 commit 70659ecCopy full SHA for 70659ec
2 files changed
api/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
3
android {
4
compileSdkVersion 24
5
- buildToolsVersion '24.0.3'
+ buildToolsVersion '24.0.1'
6
7
defaultConfig {
8
minSdkVersion 7
build.gradle
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.1.2'
+ classpath 'com.android.tools.build:gradle:2.2.0'
9
10
11
0 commit comments