Skip to content

Commit

Permalink
Bump gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
domagojkorman committed Apr 24, 2018
1 parent 8872932 commit 0b57ce7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ buildscript {

ext.versions = [
goldfinger: '1.0.1',
buildTools: '26.0.2',
google : '27.0.2'
google : '27.1.1'
]

repositories {
Expand All @@ -18,7 +17,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
}
}
Expand Down
1 change: 0 additions & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion sdk.compile
buildToolsVersion versions.buildTools

defaultConfig {
applicationId "co.infinum.goldfinger.example"
Expand Down
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 @@
#Fri Nov 03 18:20:27 CET 2017
#Tue Apr 24 13:10:45 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
1 change: 0 additions & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion sdk.compile
buildToolsVersion versions.buildTools

defaultConfig {
minSdkVersion sdk.min
Expand Down

0 comments on commit 0b57ce7

Please sign in to comment.