commit | 1407091bfb5bb535630d4d596541817737da8412 | [log] [tgz] |
---|---|---|
author | Dan Field <dfield@gmail.com> | Tue Jan 08 20:40:19 2019 -0800 |
committer | GitHub <noreply@github.com> | Tue Jan 08 20:40:19 2019 -0800 |
tree | 6de9a2d328e5085a3ab0f9090c85d690d78a0ee7 | |
parent | 87d6e93c4614e30b2b5db86afd6481cfde2c37c9 [diff] |
Fix red tree (Android module) (#26270)
diff --git a/packages/flutter_tools/templates/module/android/host_app_common/app.tmpl/build.gradle.tmpl b/packages/flutter_tools/templates/module/android/host_app_common/app.tmpl/build.gradle.tmpl index 4346c04..92ae48d 100644 --- a/packages/flutter_tools/templates/module/android/host_app_common/app.tmpl/build.gradle.tmpl +++ b/packages/flutter_tools/templates/module/android/host_app_common/app.tmpl/build.gradle.tmpl
@@ -4,6 +4,12 @@ android { compileSdkVersion 27 + + compileOptions { + sourceCompatibility 1.8 + targetCompatibility 1.8 + } + defaultConfig { applicationId "{{androidIdentifier}}.host" minSdkVersion 16