File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ import com.android.builder.BuilderConstants
2
+
1
3
apply plugin : ' android-library'
2
4
3
5
android {
4
6
compileSdkVersion 19
5
- buildToolsVersion ' 19.0.1 '
7
+ buildToolsVersion ' 19.0.3 '
6
8
7
9
defaultConfig {
8
10
minSdkVersion 3
@@ -16,7 +18,7 @@ android {
16
18
17
19
android. libraryVariants. all { variant ->
18
20
def name = variant. buildType. name
19
- if (name. equals(com.android.builder. BuilderConstants. DEBUG )) {
21
+ if (name. equals(BuilderConstants . DEBUG )) {
20
22
return ; // Skip debug builds.
21
23
}
22
24
def task = project. tasks. create " android${ name.capitalize()} Jar" , Jar
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:0.7. +'
6
+ classpath ' com.android.tools.build:gradle:0.+'
7
7
}
8
8
}
9
9
apply plugin : ' android'
@@ -17,7 +17,7 @@ repositories {
17
17
18
18
android {
19
19
compileSdkVersion 19
20
- buildToolsVersion ' 19.0.1 '
20
+ buildToolsVersion ' 19.0.3 '
21
21
22
22
defaultConfig {
23
23
minSdkVersion 3
You can’t perform that action at this time.
0 commit comments