Unverified Commit 6d6f5f65 authored by Dan Field's avatar Dan Field Committed by GitHub

Add compileOptions to android_host_app (#26271)

parent 1407091b
...@@ -2,6 +2,12 @@ apply plugin: 'com.android.application' ...@@ -2,6 +2,12 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 27 compileSdkVersion 27
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
defaultConfig { defaultConfig {
applicationId "io.flutter.add2app" applicationId "io.flutter.add2app"
minSdkVersion 16 minSdkVersion 16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment