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

Commit 02c9f27

Browse files
author
Gerardo Pacheco
authored
Merge pull request #23 from wordpress-mobile/update/android-14
Upgrade compile and target sdk version to Android API 34
2 parents 197c644 + a88afc4 commit 02c9f27

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 33
7+
compileSdkVersion 34
88

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

1414
defaultConfig {
1515
minSdkVersion 24
16-
targetSdkVersion 33
16+
targetSdkVersion 34
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 33
6+
compileSdkVersion 34
77

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

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

-205 KB
Binary file not shown.

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

200 KB
Binary file not shown.

0 commit comments

Comments
 (0)