Update gradle configuration

This commit is contained in:
Fredrik Fornwall
2017-10-14 17:30:26 +02:00
parent 8ff72ddd8b
commit e558f824c5
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
buildToolsVersion "26.0.2"
dependencies {
compile 'com.android.support:support-annotations:26.1.0'

Binary file not shown.

View File

@@ -1,5 +1,5 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME

View File

@@ -18,7 +18,7 @@ ext {
android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
buildToolsVersion "26.0.2"
defaultConfig {
minSdkVersion 21

View File

@@ -18,7 +18,7 @@ ext {
android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
buildToolsVersion "26.0.2"
dependencies {
compile 'com.android.support:support-annotations:25.3.1'