Skip to content
Permalink
Browse files
Merge pull request #6555 from Ebola16/ASU
Android: Updates for Android Studio 3.1
  • Loading branch information
leoetlino committed Mar 29, 2018
2 parents e4f2ff0 + 00db87e commit 53b3da7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion '26.0.2'
buildToolsVersion '27.0.3'

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.0'
}
}

@@ -1,6 +1,6 @@
#Thu Oct 26 18:12:18 EDT 2017
#Wed Mar 28 16:16:50 EDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 comments on commit 53b3da7

Please sign in to comment.