File tree Expand file tree Collapse file tree 7 files changed +281
-264
lines changed Expand file tree Collapse file tree 7 files changed +281
-264
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ def enableSeparateBuildPerCPUArchitecture = false
36
36
*/
37
37
def useIntlJsc = false
38
38
39
+ /**
40
+ * Architectures to build native code for in debug.
41
+ */
42
+ def nativeArchitectures = project. getProperties(). get(" reactNativeDebugArchitectures" )
43
+
39
44
android {
40
45
ndkVersion rootProject. ext. ndkVersion
41
46
compileSdkVersion rootProject. ext. compileSdkVersion
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
ext. minSdkVersion = 21
4
4
ext. compileSdkVersion = 30
5
5
ext. targetSdkVersion = 30
6
- ext. ndkVersion = ' 20.1.5948944 '
6
+ ext. ndkVersion = ' 21.4.7075529 '
7
7
8
8
ext. kotlinVersion = ' 1.5.21' // https://kotlinlang.org/releases.html
9
9
ext. supportLibVersion = ' 1.6.0' // this maps to androidx.core https://developer.android.com/jetpack/androidx/releases/core
@@ -32,7 +32,7 @@ buildscript {
32
32
}
33
33
dependencies {
34
34
classpath ' com.google.gms:google-services:4.3.10' // https://developers.google.com/android/guides/google-services-plugin
35
- classpath ' com.android.tools.build:gradle:7.0.0 '
35
+ classpath ' com.android.tools.build:gradle:7.0.2 '
36
36
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
37
37
classpath ' com.google.firebase:perf-plugin:1.4.0'
38
38
classpath ' com.google.firebase:firebase-crashlytics-gradle:2.7.1'
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ android.useAndroidX=true
22
22
firebasePerformanceInstrumentationEnabled =false
23
23
24
24
# Version of flipper SDK to use with React Native
25
- FLIPPER_VERSION =0.93 .0
25
+ FLIPPER_VERSION =0.99 .0
Original file line number Diff line number Diff line change @@ -57,5 +57,6 @@ target 'testing' do
57
57
end
58
58
aggregate_target . user_project . save
59
59
end
60
+ __apply_Xcode_12_5_M1_post_install_workaround ( installer )
60
61
end
61
62
end
You can’t perform that action at this time.
0 commit comments