Skip to content

Commit

Permalink
Updated build tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrenderG committed Apr 22, 2018
1 parent f4705c9 commit 79cec86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -22,15 +22,15 @@ allprojects {
}

ext {
compileSdkVersion = 26
buildToolsVersion = '26.0.2'
compileSdkVersion = 27
buildToolsVersion = '27.0.3'
minSdkVersion = 14
targetSdkVersion = compileSdkVersion

supportLibVersion = '27.0.2'
supportLibVersion = '27.1.1'

versionCode = 128
versionName = '1.2.8'
versionCode = 130
versionName = '1.3.0'
}

task clean(type: Delete) {
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 @@
#Mon Dec 11 14:53:19 CET 2017
#Sun Apr 22 02:21:46 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

0 comments on commit 79cec86

Please sign in to comment.