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

Commit 197c644

Browse files
authored
Merge pull request #22 from wordpress-mobile/update/android-13
Upgrade compile and target sdk version to Android API 33
2 parents 1c90dff + 324b5fc commit 197c644

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

android-exoplayer/build.gradle

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

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

99
compileOptions {
1010
targetCompatibility JavaVersion.VERSION_1_8
1111
sourceCompatibility JavaVersion.VERSION_1_8
1212
}
1313

1414
defaultConfig {
15-
minSdkVersion 21
16-
targetSdkVersion 31
15+
minSdkVersion 24
16+
targetSdkVersion 33
1717
ndk {
1818
abiFilters "armeabi-v7a", "x86"
1919
}

android/build.gradle

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

55
android {
6-
compileSdkVersion 31
6+
compileSdkVersion 33
77

88
defaultConfig {
9-
minSdkVersion 21
10-
targetSdkVersion 31
9+
minSdkVersion 24
10+
targetSdkVersion 33
1111
ndk {
1212
abiFilters "armeabi-v7a", "x86"
1313
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-video",
3-
"version": "5.2.0-wp-5",
3+
"version": "5.2.0-wp-6",
44
"description": "A <Video /> element for react-native",
55
"main": "Video.js",
66
"license": "MIT",

react-native-video-5.2.0-wp-5.tgz

-205 KB
Binary file not shown.

react-native-video-5.2.0-wp-6.tgz

205 KB
Binary file not shown.

0 commit comments

Comments
 (0)