Skip to content

Commit

Permalink
Merge pull request #15 from wordpress-mobile/update/android-14
Browse files Browse the repository at this point in the history
Upgrade compile and target sdk version to Android API 34
  • Loading branch information
Gerardo Pacheco authored May 17, 2024
2 parents ebb8213 + c43e89b commit b88579e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "src/js/Slider.js",
"name": "@react-native-community/slider",
"version": "3.0.2-wp-4",
"version": "3.0.2-wp-5",
"private": true,
"workspaces": ["src", "example"],
"scripts": {
Expand Down
Binary file removed react-native-community-slider-3.0.2-wp-4.tgz
Binary file not shown.
Binary file added react-native-community-slider-3.0.2-wp-5.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {
}

android {
compileSdkVersion 33
compileSdkVersion 34

defaultConfig {
minSdkVersion 24
targetSdkVersion 33
targetSdkVersion 34
}
}

Expand Down

0 comments on commit b88579e

Please sign in to comment.