update gradle config

This commit is contained in:
slymax 2019-01-21 19:47:58 +01:00
parent 11dd5784e5
commit 5c5fc4656c
3 changed files with 5 additions and 6 deletions

View File

@ -1,13 +1,12 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 25 compileSdkVersion 28
buildToolsVersion '27.0.3'
defaultConfig { defaultConfig {
applicationId "com.example.app" applicationId "com.example.app"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 25 targetSdkVersion 28
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
} }

View File

@ -6,7 +6,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.android.tools.build:gradle:3.3.0'
} }
} }

View File

@ -1,6 +1,6 @@
#Mon Oct 29 15:19:59 CET 2018 #Mon Jan 21 19:31:21 CET 2019
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip