Skip to content

Commit

Permalink
Merge pull request #20 from wordpress-mobile/update/android-12
Browse files Browse the repository at this point in the history
Upgrade compile and target sdk version to Android API 31
  • Loading branch information
fluiddot authored Oct 13, 2022
2 parents 55cc934 + 167f4b6 commit 1c90dff
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 30
compileSdkVersion 31

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

defaultConfig {
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
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 30
compileSdkVersion 31

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

0 comments on commit 1c90dff

Please sign in to comment.