chore(android/gradle): remove doubled compileOptions
This commit is contained in:
parent
4ad210b6c7
commit
842a156b3c
@ -91,11 +91,6 @@ android {
|
|||||||
exclude "**/libreact_render*.so"
|
exclude "**/libreact_render*.so"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
|
||||||
}
|
|
||||||
|
|
||||||
buildDir 'buildOutput_' + configStringPath
|
buildDir 'buildOutput_' + configStringPath
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
Loading…
Reference in New Issue
Block a user