Update and simplify Android templates (#13970)

This commit is contained in:
Mikkel Nygaard Ravn
2018-01-08 15:01:43 +01:00
committed by GitHub
parent 86c6ce99a3
commit 0a96f96c4f
21 changed files with 38 additions and 67 deletions

View File

@@ -15,8 +15,7 @@ apply plugin: 'com.android.application'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 26
buildToolsVersion '26.0.3'
compileSdkVersion 27
lintOptions {
disable 'InvalidPackage'
@@ -24,7 +23,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 27
versionCode 1
versionName "0.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"