Update for Android Studio 3.1

This commit is contained in:
Cameron Gutman 2018-03-07 17:55:49 -08:00
parent 15857efd36
commit 947f8db2d5
2 changed files with 2 additions and 4 deletions

View File

@ -1,11 +1,7 @@
import com.android.builder.model.ProductFlavor
import org.apache.tools.ant.taskdefs.condition.Os
apply plugin: 'com.android.application'
android {
compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 16

View File

@ -2,6 +2,7 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
@ -11,5 +12,6 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
}
}