mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
[android] force Java 8 target compatibility - #1070
This commit is contained in:
@@ -39,6 +39,10 @@ android {
|
||||
lintOptions {
|
||||
disable 'GradleCompatible'
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.gradle.buildFinished { buildResult ->
|
||||
|
||||
Reference in New Issue
Block a user