Skip to content

Commit 1407091

Browse files
authored
Fix red tree (Android module) (flutter#26270)
1 parent 87d6e93 commit 1407091

File tree

1 file changed

+6
-0
lines changed
  • packages/flutter_tools/templates/module/android/host_app_common/app.tmpl

1 file changed

+6
-0
lines changed

packages/flutter_tools/templates/module/android/host_app_common/app.tmpl/build.gradle.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ apply plugin: 'com.android.application'
44

55
android {
66
compileSdkVersion 27
7+
8+
compileOptions {
9+
sourceCompatibility 1.8
10+
targetCompatibility 1.8
11+
}
12+
713
defaultConfig {
814
applicationId "{{androidIdentifier}}.host"
915
minSdkVersion 16

0 commit comments

Comments
 (0)