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 447976b commit ab8bda4Copy full SHA for ab8bda4
build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
}
5
6
dependencies {
7
- classpath 'com.android.tools.build:gradle:+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
8
9
10
library/build.gradle
@@ -14,7 +14,7 @@ android {
14
warningsAsErrors true
15
quiet false
16
showAll true
17
- disable 'OldTargetApi'
+ disable 'OldTargetApi'
18
19
20
compileOptions {
sample/build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
mavenCentral()
- classpath 'com.android.tools.build:gradle:0.+'
apply plugin: 'com.android.application'
0 commit comments