Chore/update RN 0.66.4

This commit is contained in:
Sofiya Tepikin
2022-09-17 10:03:14 +00:00
parent 2fb82d95e6
commit 997332565f
8 changed files with 35 additions and 24 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ buildscript {
}
ext.kotlinVersion = "1.3.10"
dependencies {
classpath("com.android.tools.build:gradle:4.2.1")
classpath("com.android.tools.build:gradle:4.2.2")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -48,7 +48,7 @@ ext {
minSdkVersion = 23
compileSdkVersion = 30
targetSdkVersion = 30
ndkVersion = "20.1.5948944"
ndkVersion = "21.4.7075529"
}
subprojects {