Update react-native to v0.65.2

This commit is contained in:
Sofiya Tepikin
2022-09-10 12:11:40 +00:00
parent 66fe97af18
commit c7b68ab1ea
6 changed files with 483 additions and 282 deletions
+6 -6
View File
@@ -2,12 +2,12 @@
buildscript {
repositories {
jcenter()
google()
mavenCentral()
}
ext.kotlinVersion = "1.3.10"
dependencies {
classpath("com.android.tools.build:gradle:3.5.3")
classpath("com.android.tools.build:gradle:4.2.1")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -18,6 +18,7 @@ buildscript {
allprojects {
repositories {
mavenLocal()
mavenCentral()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url("$rootDir/../node_modules/react-native/android")
@@ -27,7 +28,6 @@ allprojects {
url("$rootDir/../node_modules/jsc-android/dist")
}
google()
jcenter()
maven { url 'https://www.jitpack.io' }
maven {
url 'https://maven.google.com/'
@@ -44,10 +44,10 @@ ext {
googlePlayServicesVersion = "+" // default: "+"
firebaseMessagingVersion = "21.1.0" // default: "+"
buildToolsVersion = "29.0.3"
buildToolsVersion = "30.0.2"
minSdkVersion = 23
compileSdkVersion = 29
targetSdkVersion = 29
compileSdkVersion = 30
targetSdkVersion = 30
ndkVersion = "20.1.5948944"
}