Skip to content

Commit ab8bda4

Browse files
committed
Tested and statically set specific version of Android Gradle Plugin, for stability
1 parent 447976b commit ab8bda4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:+'
7+
classpath 'com.android.tools.build:gradle:0.12.2'
88
}
99
}
1010

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
warningsAsErrors true
1515
quiet false
1616
showAll true
17-
disable 'OldTargetApi'
17+
disable 'OldTargetApi'
1818
}
1919

2020
compileOptions {

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:0.+'
6+
classpath 'com.android.tools.build:gradle:0.12.2'
77
}
88
}
99
apply plugin: 'com.android.application'

0 commit comments

Comments
 (0)