Fix red tree (Android module) (#26270)

This commit is contained in:
Dan Field 2019-01-08 20:40:19 -08:00 committed by GitHub
parent 87d6e93c46
commit 1407091bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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