Unverified Commit 1407091b authored by Dan Field's avatar Dan Field Committed by GitHub

Fix red tree (Android module) (#26270)

parent 87d6e93c
...@@ -4,6 +4,12 @@ apply plugin: 'com.android.application' ...@@ -4,6 +4,12 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 27 compileSdkVersion 27
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
defaultConfig { defaultConfig {
applicationId "{{androidIdentifier}}.host" applicationId "{{androidIdentifier}}.host"
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