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

Commit 9a0a1b4

Browse files
authored
Merge pull request #12 from wordpress-mobile/update/android-12
Upgrade compile and target sdk version to Android API 31
2 parents acbe626 + 3d2d6a1 commit 9a0a1b4

File tree

6 files changed

+308
-13
lines changed

6 files changed

+308
-13
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-2",
4+
"version": "3.0.2-wp-3",
55
"private": true,
66
"workspaces": ["src", "example"],
77
"scripts": {
-228 KB
Binary file not shown.
103 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 30
7+
compileSdkVersion 31
88

99
defaultConfig {
1010
minSdkVersion 21
11-
targetSdkVersion 30
11+
targetSdkVersion 31
1212
}
1313
}
1414

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/slider",
3-
"version": "3.0.2-wp-2",
3+
"version": "3.0.2-wp-3",
44
"license": "MIT",
55
"author": "react-native-community",
66
"homepage": "https://github.com/react-native-community/react-native-slider",
@@ -30,7 +30,7 @@
3030
"@react-native-community/eslint-config": "0.0.5",
3131
"babel-jest": "^24.9.0",
3232
"babel-plugin-module-resolver": "3.1.3",
33-
"detox": "12.4.1",
33+
"detox": "16.0.0",
3434
"eslint": "^6.5.1",
3535
"flow-bin": "0.105.2",
3636
"jest": "^24.9.0",

0 commit comments

Comments
 (0)