chore: upgrade to react native 0.74

This commit is contained in:
Lei Nelissen
2024-07-25 13:55:00 +02:00
parent c5b1406e16
commit 83b890192e
17 changed files with 1627 additions and 1381 deletions

View File

@@ -5,11 +5,11 @@ import org.apache.tools.ant.taskdefs.condition.Os
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 21
minSdkVersion = 23
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "25.1.8937393"
kotlinVersion = "1.8.0"
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.22"
}
repositories {
google()