mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 07:17:26 +07:00
Set compileOptions compat for android build to java 1.8 to support flatbuffers 1.11 bytecode
This commit is contained in:
@ -29,6 +29,10 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility 1.8
|
||||
targetCompatibility 1.8
|
||||
}
|
||||
productFlavors {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user