We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compileSdkVersion
1 parent 5124dc1 commit 269e421Copy full SHA for 269e421
example/android/build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
ext {
5
buildToolsVersion = "29.0.3"
6
minSdkVersion = 21
7
- compileSdkVersion = 29
+ compileSdkVersion = 30
8
targetSdkVersion = 29
9
}
10
repositories {
src/android/gradle.properties
@@ -1,4 +1,4 @@
1
-ReactNativeSlider_compileSdkVersion=28
+ReactNativeSlider_compileSdkVersion=30
2
ReactNativeSlider_buildToolsVersion=28.0.3
3
ReactNativeSlider_targetSdkVersion=27
ReactNativeSlider_minSdkVersion=16
0 commit comments