Skip to content

Commit 6d6f5f6

Browse files
authored
Add compileOptions to android_host_app (flutter#26271)
1 parent 1407091 commit 6d6f5f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dev/integration_tests/android_host_app/app/build.gradle

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

33
android {
44
compileSdkVersion 27
5+
6+
compileOptions {
7+
sourceCompatibility 1.8
8+
targetCompatibility 1.8
9+
}
10+
511
defaultConfig {
612
applicationId "io.flutter.add2app"
713
minSdkVersion 16

0 commit comments

Comments
 (0)