Skip to content

Commit

Permalink
Merge pull request #13 from wordpress-mobile/update/android-13
Browse files Browse the repository at this point in the history
Upgrade compile and target sdk version to Android API 33
  • Loading branch information
fluiddot authored May 22, 2023
2 parents 9a0a1b4 + c592bed commit ab70825
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-3",
"version": "3.0.2-wp-4",
"private": true,
"workspaces": ["src", "example"],
"scripts": {
Expand Down
Binary file removed react-native-community-slider-3.0.2-wp-3.tgz
Binary file not shown.
Binary file added react-native-community-slider-3.0.2-wp-4.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {
}

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
targetSdkVersion 31
minSdkVersion 24
targetSdkVersion 33
}
}

Expand Down

0 comments on commit ab70825

Please sign in to comment.