Skip to content

Commit

Permalink
Merge pull request #22 from wordpress-mobile/update/android-13
Browse files Browse the repository at this point in the history
Upgrade compile and target sdk version to Android API 33
  • Loading branch information
fluiddot authored May 22, 2023
2 parents 1c90dff + 324b5fc commit 197c644
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions android-exoplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ plugins {
}

android {
compileSdkVersion 31
compileSdkVersion 33

compileOptions {
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_1_8
}

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

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
targetSdkVersion 31
minSdkVersion 24
targetSdkVersion 33
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-5",
"version": "5.2.0-wp-6",
"description": "A <Video /> element for react-native",
"main": "Video.js",
"license": "MIT",
Expand Down
Binary file removed react-native-video-5.2.0-wp-5.tgz
Binary file not shown.
Binary file added react-native-video-5.2.0-wp-6.tgz
Binary file not shown.

0 comments on commit 197c644

Please sign in to comment.