File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 buildToolsVersion = " 30.0.2"
66 minSdkVersion = 21
77 compileSdkVersion = 30
8- targetSdkVersion = 30
8+ targetSdkVersion = 29
99 ndkVersion = " 21.4.7075529"
1010 }
1111 repositories {
Original file line number Diff line number Diff line change @@ -24,5 +24,7 @@ android.useAndroidX=true
2424# Automatically convert third-party libraries to use AndroidX
2525android.enableJetifier =true
2626
27+ org.gradle.jvmargs =-Xmx2048M
28+
2729# Version of flipper SDK to use with React Native
2830FLIPPER_VERSION =0.99.0
Original file line number Diff line number Diff line change 12841284 react-native-fs "https://github.com/synonymdev/react-native-fs"
12851285 react-native-zip-archive "^6.0.3"
12861286
1287- " @synonymdev/react-native-lightning@link:.. " :
1288- version "0.0.0"
1289- uid ""
1290-
12911287" @tootallnate/once@1 " :
12921288 version "1.1.2"
12931289 resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
You can’t perform that action at this time.
0 commit comments