Add compileOptions to android_host_app (#26271)
This commit is contained in:
parent
1407091bfb
commit
6d6f5f6512
@ -2,6 +2,12 @@ apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility 1.8
|
||||
targetCompatibility 1.8
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId "io.flutter.add2app"
|
||||
minSdkVersion 16
|
||||
|
Loading…
x
Reference in New Issue
Block a user