Skip to content

Commit

Permalink
Merge pull request #23 from wordpress-mobile/update/android-14
Browse files Browse the repository at this point in the history
Upgrade compile and target sdk version to Android API 34
  • Loading branch information
Gerardo Pacheco authored May 17, 2024
2 parents 197c644 + a88afc4 commit 02c9f27
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android-exoplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdkVersion 33
compileSdkVersion 34

compileOptions {
targetCompatibility JavaVersion.VERSION_1_8
Expand All @@ -13,7 +13,7 @@ android {

defaultConfig {
minSdkVersion 24
targetSdkVersion 33
targetSdkVersion 34
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
}

android {
compileSdkVersion 33
compileSdkVersion 34

defaultConfig {
minSdkVersion 24
targetSdkVersion 33
targetSdkVersion 34
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-video",
"version": "5.2.0-wp-6",
"version": "5.2.0-wp-7",
"description": "A <Video /> element for react-native",
"main": "Video.js",
"license": "MIT",
Expand Down
Binary file removed react-native-video-5.2.0-wp-6.tgz
Binary file not shown.
Binary file added react-native-video-5.2.0-wp-7.tgz
Binary file not shown.

0 comments on commit 02c9f27

Please sign in to comment.