Update build configuration
This commit is contained in:
parent
5ef985670a
commit
82790e9b9e
@ -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"
|
||||||
|
|
||||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user