Bump build.gradle and compileSdkVersion (#226)

This commit is contained in:
Michał Osadnik
2019-04-02 14:01:42 +02:00
committed by Krzysztof Magiera
parent e6782cfd01
commit d406bdda83
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
ext {
buildToolsVersion = "27.0.3"
minSdkVersion = 16
compileSdkVersion = 27
compileSdkVersion = 28
targetSdkVersion = 26
supportLibVersion = "27.1.1"
}
@@ -13,7 +13,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.3.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@@ -1,6 +1,6 @@
#Wed Apr 25 11:09:21 CEST 2018
#Tue Apr 02 13:48:42 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip