- set
kotlin
innode_modules/@react-native/gradle-plugin/gradle/libs.versions.toml
to at least 1.9.10 - set
apiVersion
innode_modules/@react-native/gradle-plugin/build.gradle.kts
to at least 1.7
Note
Google has introduced new target API level requirements for Google Play apps on August 31 2024. React-Native version 73 and below considered deprecated.
- make sure your Java version is 17;
- update Android compileTarget to 34 in
android/build.gradle
; - set
classpath("com.android.tools.build:gradle:8.1.4")
inandroid/build.gradle
; - enable
buildConfig
inandroid/app/build.gradle
by addingandroid.buildFeatures.buildConfig = true
.