-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## React-Native v0.73 | ||
|
||
* set `kotlin` in `node_modules/@react-native/gradle-plugin/gradle/libs.versions.toml` to at least **1.9.10** | ||
* set `apiVersion` in `node_modules/@react-native/gradle-plugin/build.gradle.kts` to at least **1.7** | ||
|
||
> [!NOTE] | ||
> Google have introduced new [target API level requirements for Google Play apps](https://support.google.com/googleplay/android-developer/answer/11926878?hl=en) on August 31 2024. | ||
> React-Native version **73** and below considered deprecated. | ||
## React-Native v0.72 and below | ||
|
||
* 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")` in `android/build.gradle`; | ||
* enable `buildConfig` in `android/app/build.gradle` by adding `android.buildFeatures.buildConfig = true`. |