Skip to content

Commit b609a6d

Browse files
committed
[fix] Fix Android build error on react-native 0.66
1 parent 06abbf1 commit b609a6d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

android/build.gradle

-9
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ buildscript {
2828
android {
2929
compileSdkVersion safeExtGet("compileSdkVersion", 31)
3030

31-
compileOptions {
32-
sourceCompatibility JavaVersion.VERSION_11
33-
targetCompatibility JavaVersion.VERSION_11
34-
}
35-
36-
kotlinOptions {
37-
jvmTarget = JavaVersion.VERSION_11.majorVersion
38-
}
39-
4031
defaultConfig {
4132
minSdkVersion safeExtGet("minSdkVersion", 21)
4233
targetSdkVersion safeExtGet("targetSdkVersion", 31)

0 commit comments

Comments
 (0)