Skip to content

Commit c0fa1f5

Browse files
committed
android: bump android build/compile version to match latest RN
1 parent b32ae30 commit c0fa1f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ def safeExtGet(prop, fallback) {
55
}
66

77
android {
8-
compileSdkVersion safeExtGet('compileSdkVersion', 23)
9-
buildToolsVersion safeExtGet('buildToolsVersion', "23.0.1")
8+
compileSdkVersion safeExtGet('compileSdkVersion', 30)
9+
buildToolsVersion safeExtGet('buildToolsVersion', "30.0.2")
1010

1111
defaultConfig {
12-
minSdkVersion safeExtGet('minSdkVersion', 16)
13-
targetSdkVersion safeExtGet('targetSdkVersion', 22)
12+
minSdkVersion safeExtGet('minSdkVersion', 21)
13+
targetSdkVersion safeExtGet('targetSdkVersion', 30)
1414
versionCode 1
1515
versionName "1.0"
1616
}

0 commit comments

Comments
 (0)