Skip to content

Commit 269e421

Browse files
Update the compileSdkVersion for both lib and example (#324)
* Use API level 30 for Android SDK * Update the compileSdkVersion for example app
1 parent 5124dc1 commit 269e421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
ext {
55
buildToolsVersion = "29.0.3"
66
minSdkVersion = 21
7-
compileSdkVersion = 29
7+
compileSdkVersion = 30
88
targetSdkVersion = 29
99
}
1010
repositories {

src/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ReactNativeSlider_compileSdkVersion=28
1+
ReactNativeSlider_compileSdkVersion=30
22
ReactNativeSlider_buildToolsVersion=28.0.3
33
ReactNativeSlider_targetSdkVersion=27
44
ReactNativeSlider_minSdkVersion=16

0 commit comments

Comments
 (0)