Update build configuration

This commit is contained in:
Dimitry Ivanov 2018-07-16 16:14:18 +03:00
parent 5ef985670a
commit 82790e9b9e
3 changed files with 5 additions and 5 deletions

View File

@ -22,19 +22,19 @@ task clean(type: Delete) {
} }
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion '4.5' gradleVersion '4.8.1'
distributionType 'all' distributionType 'all'
} }
ext { ext {
// Config // Config
BUILD_TOOLS = '26.0.3' BUILD_TOOLS = '27.0.3'
TARGET_SDK = 26 TARGET_SDK = 27
MIN_SDK = 16 MIN_SDK = 16
// Dependencies // Dependencies
final def supportVersion = '26.1.0' final def supportVersion = '27.1.1'
SUPPORT_ANNOTATIONS = "com.android.support:support-annotations:$supportVersion" SUPPORT_ANNOTATIONS = "com.android.support:support-annotations:$supportVersion"
SUPPORT_APP_COMPAT = "com.android.support:appcompat-v7:$supportVersion" SUPPORT_APP_COMPAT = "com.android.support:appcompat-v7:$supportVersion"

Binary file not shown.

View File

@ -2,4 +2,4 @@ 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.5-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip