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

Commit 1c90dff

Browse files
authored
Merge pull request #20 from wordpress-mobile/update/android-12
Upgrade compile and target sdk version to Android API 31
2 parents 55cc934 + 167f4b6 commit 1c90dff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

android-exoplayer/build.gradle

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

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

99
compileOptions {
1010
targetCompatibility JavaVersion.VERSION_1_8
@@ -13,7 +13,7 @@ android {
1313

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

android/build.gradle

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

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

88
defaultConfig {
99
minSdkVersion 21
10-
targetSdkVersion 30
10+
targetSdkVersion 31
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-3",
3+
"version": "5.2.0-wp-5",
44
"description": "A <Video /> element for react-native",
55
"main": "Video.js",
66
"license": "MIT",

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

-205 KB
Binary file not shown.

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

205 KB
Binary file not shown.

0 commit comments

Comments
 (0)