File tree Expand file tree Collapse file tree 6 files changed +15
-18
lines changed Expand file tree Collapse file tree 6 files changed +15
-18
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 }
55
66 dependencies {
7- classpath " com.android.tools.build:gradle:0.7.+ "
7+ classpath ' com.android.tools.build:gradle:1.5.0 '
88 }
99}
1010
Original file line number Diff line number Diff line change 1- # Wed Apr 10 15:27:10 PDT 2013
1+ # Wed Jan 13 15:54:05 GMT 2016
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =http \://services.gradle.org/distributions/gradle-1.9 -all.zip
6+ distributionUrl =https \://services.gradle.org/distributions/gradle-2.8 -all.zip
Original file line number Diff line number Diff line change 1- apply plugin : ' android- library'
1+ apply plugin : ' com. android. library'
22
33android {
4- buildToolsVersion ' 19.0 .0'
4+ buildToolsVersion ' 19.1 .0'
55 compileSdkVersion 19
66
77 defaultConfig {
@@ -11,7 +11,7 @@ android {
1111
1212android. libraryVariants. all { variant ->
1313 def name = variant. buildType. name
14- if (name. equals(com.android.builder.BuilderConstants . DEBUG )) {
14+ if (name. equals(com.android.builder.core. BuilderConstants . DEBUG )) {
1515 return ; // Skip debug builds.
1616 }
1717 def task = project. tasks. create " jar${ name.capitalize()} " , Jar
Original file line number Diff line number Diff line change 1- apply plugin : ' android'
1+ apply plugin : ' com. android.application '
22
33dependencies {
44 compile project(' :library' )
55}
66
77android {
8- buildToolsVersion ' 19.0 .0'
8+ buildToolsVersion ' 19.1 .0'
99 compileSdkVersion 19
1010
1111 defaultConfig {
1212 minSdkVersion 8
13- packageName ' com.example.sqliteassethelper'
13+ applicationId ' com.example.sqliteassethelper'
1414 targetSdkVersion 19
1515 versionCode 1
1616 versionName ' 1.0'
Original file line number Diff line number Diff line change @@ -2,19 +2,16 @@ buildscript {
22 repositories {
33 mavenCentral()
44 }
5- dependencies {
6- classpath ' com.android.tools.build:gradle:0.7.+'
7- }
85}
9- apply plugin : ' android'
6+ apply plugin : ' com. android.application '
107
118repositories {
129 mavenCentral()
1310}
1411
1512android {
1613 compileSdkVersion 19
17- buildToolsVersion " 19.0 .0"
14+ buildToolsVersion " 19.1 .0"
1815
1916 defaultConfig {
2017 minSdkVersion 8
@@ -24,7 +21,7 @@ android {
2421 }
2522 buildTypes {
2623 release {
27- runProguard false
24+ minifyEnabled false
2825 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
2926 }
3027 }
Original file line number Diff line number Diff line change 1- apply plugin : ' android'
1+ apply plugin : ' com. android.application '
22
33dependencies {
44 compile project(' :library' )
55}
66
77android {
8- buildToolsVersion ' 19.0 .0'
8+ buildToolsVersion ' 19.1 .0'
99 compileSdkVersion 19
1010
1111 defaultConfig {
1212 minSdkVersion 8
13- packageName ' com.example.sqliteassethelper'
13+ applicationId ' com.example.sqliteassethelper'
1414 targetSdkVersion 19
1515 versionCode 2
1616 versionName ' 2.0'
You can’t perform that action at this time.
0 commit comments