Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
angelpinheiro committed May 31, 2016
1 parent 9b47b3b commit 1b57948
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
7 changes: 3 additions & 4 deletions Calendula/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
}
}
apply plugin: 'com.android.application'
apply plugin: 'idea'
Expand Down Expand Up @@ -74,7 +71,7 @@ android {
output.outputFile.name.replace(".apk", "-${variant.versionName}.apk"))
}
}

compileOptions.incremental = false
}

dependencies {
Expand Down Expand Up @@ -152,3 +149,5 @@ dependencies {
compile 'com.squareup.picasso:picasso:2.5.2'

}

apply plugin: 'com.google.gms.google-services'
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.google.gms:google-services:2.0.0-alpha6'
classpath 'com.android.tools.build:gradle:2.1.0'
}
}
Empty file added gradle.properties
Empty file.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Mar 30 11:02:34 CEST 2015
#Tue May 31 12:00:05 CEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
3 changes: 0 additions & 3 deletions libraries/BetterPickersLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
}
}
apply plugin: 'com.android.library'

Expand Down
3 changes: 0 additions & 3 deletions libraries/ExpandableListview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
}
}
apply plugin: 'com.android.library'

Expand Down

0 comments on commit 1b57948

Please sign in to comment.