Skip to content

Commit

Permalink
upgrade tools
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Feb 13, 2019
1 parent bdb9603 commit dab359b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DistributionLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ android {
}

dependencies {
compile 'com.android.support:design:27.1.0'
implementation 'com.android.support:design:28.0.0'
}
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.3.1'
}
}

Expand All @@ -18,9 +18,9 @@ allprojects {


ext {
compileSdkVersion = 27
targetSdkVersion = 27
buildToolsVersion = "27.0.1"
compileSdkVersion = 28
targetSdkVersion = 28
buildToolsVersion = "28.0.3"
}


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 @@
#Sat Nov 18 11:20:58 CET 2017
#Wed Feb 13 11:41:41 CET 2019
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.10.1-all.zip

0 comments on commit dab359b

Please sign in to comment.