File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -29,45 +29,13 @@ android {
29
29
defaultConfig {
30
30
minSdkVersion getExtOrIntegerDefault(" minSdkVersion" )
31
31
targetSdkVersion getExtOrIntegerDefault(" targetSdkVersion" )
32
-
33
- externalNativeBuild {
34
- cmake {
35
- arguments " -DANDROID_STL=c++_shared" ,
36
- " -DANDROID_TOOLCHAIN=clang"
37
- cppFlags " -O2 -frtti -fexceptions -Wall -fstack-protector-all"
38
- }
39
- }
40
- }
41
-
42
- externalNativeBuild {
43
- cmake {
44
- path " CMakeLists.txt"
45
- }
46
32
}
47
33
48
34
buildFeatures {
49
35
buildConfig true
50
36
prefab true
51
37
}
52
38
53
- buildTypes {
54
- debug {
55
- externalNativeBuild {
56
- cmake {
57
- arguments " -DHERMES_ENABLE_DEBUGGER=1"
58
- }
59
- }
60
- }
61
- release {
62
- externalNativeBuild {
63
- cmake {
64
- arguments " -DHERMES_ENABLE_DEBUGGER=0"
65
- }
66
- }
67
- minifyEnabled false
68
- }
69
- }
70
-
71
39
lintOptions {
72
40
disable " GradleCompatible"
73
41
}
@@ -84,9 +52,6 @@ dependencies {
84
52
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
85
53
// noinspection GradleDynamicVersion
86
54
implementation " com.facebook.react:react-native:+"
87
-
88
- // Requires Hermes Runtime
89
- implementation " com.facebook.react:hermes-android"
90
55
}
91
56
92
57
react {
You can’t perform that action at this time.
0 commit comments