Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit b88579e

Browse files
author
Gerardo Pacheco
authored
Merge pull request #15 from wordpress-mobile/update/android-14
Upgrade compile and target sdk version to Android API 34
2 parents ebb8213 + c43e89b commit b88579e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "src/js/Slider.js",
33
"name": "@react-native-community/slider",
4-
"version": "3.0.2-wp-4",
4+
"version": "3.0.2-wp-5",
55
"private": true,
66
"workspaces": ["src", "example"],
77
"scripts": {
-103 KB
Binary file not shown.
102 KB
Binary file not shown.

src/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ plugins {
44
}
55

66
android {
7-
compileSdkVersion 33
7+
compileSdkVersion 34
88

99
defaultConfig {
1010
minSdkVersion 24
11-
targetSdkVersion 33
11+
targetSdkVersion 34
1212
}
1313
}
1414

0 commit comments

Comments
 (0)