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 46151a5 commit f0697e4Copy full SHA for f0697e4
bgjslibrary/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
3
android {
4
compileSdkVersion 21
5
- buildToolsVersion '21.1.2'
+ buildToolsVersion '23.0.2'
6
7
/* splits {
8
abi {
build.gradle
@@ -4,6 +4,6 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.3.0'
+ classpath 'com.android.tools.build:gradle:1.5.0'
9
0 commit comments