We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae7e97 commit c7efd5bCopy full SHA for c7efd5b
ReactAndroid/build.gradle
@@ -378,7 +378,7 @@ task extractJNIFiles {
378
}
379
380
android {
381
- compileSdkVersion 29
+ compileSdkVersion 30
382
ndkVersion ANDROID_NDK_VERSION
383
compileOptions {
384
sourceCompatibility(JavaVersion.VERSION_1_8)
template/android/build.gradle
@@ -4,8 +4,8 @@ buildscript {
4
ext {
5
buildToolsVersion = "29.0.3"
6
minSdkVersion = 21
7
- compileSdkVersion = 29
8
- targetSdkVersion = 29
+ compileSdkVersion = 30
+ targetSdkVersion = 30
9
ndkVersion = "20.1.5948944"
10
11
repositories {
0 commit comments