Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ task extractJNIFiles {

android {
compileSdkVersion 29

ndkVersion ndkVersion
compileOptions {
sourceCompatibility(JavaVersion.VERSION_1_8)
targetCompatibility(JavaVersion.VERSION_1_8)
Expand All @@ -391,7 +391,7 @@ android {
targetSdkVersion(28)
versionCode(1)
versionName("1.0")

ndkVersion "20.1.5948944"
consumerProguardFiles("proguard-rules.pro")

buildConfigField("boolean", "IS_INTERNAL_BUILD", "false")
Expand Down
3 changes: 2 additions & 1 deletion packages/rn-tester/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def useIntlJsc = false

android {
compileSdkVersion 29

ndkVersion ndkVersion
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand All @@ -142,6 +142,7 @@ android {
defaultConfig {
applicationId "com.facebook.react.uiapp"
minSdkVersion 19
ndkVersion "20.1.5948944"
targetSdkVersion 29
versionCode 1
versionName "1.0"
Expand Down