Update react-native to v0.64.3

This commit is contained in:
Sofiya Tepikin
2022-08-22 10:01:07 +00:00
parent 505584f1eb
commit a44827f65a
20 changed files with 797 additions and 1100 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ buildscript {
jcenter()
google()
}
ext.kotlinVersion = '1.3.10'
ext.kotlinVersion = "1.3.10"
dependencies {
classpath("com.android.tools.build:gradle:3.5.3")
@@ -48,6 +48,7 @@ ext {
minSdkVersion = 23
compileSdkVersion = 29
targetSdkVersion = 29
ndkVersion = "20.1.5948944"
}
subprojects {