diff --git a/android-exoplayer/build.gradle b/android-exoplayer/build.gradle index 1b0ae3939c..dd57b03bc8 100644 --- a/android-exoplayer/build.gradle +++ b/android-exoplayer/build.gradle @@ -4,7 +4,7 @@ plugins { } android { - compileSdkVersion 30 + compileSdkVersion 31 compileOptions { targetCompatibility JavaVersion.VERSION_1_8 @@ -13,7 +13,7 @@ android { defaultConfig { minSdkVersion 21 - targetSdkVersion 30 + targetSdkVersion 31 ndk { abiFilters "armeabi-v7a", "x86" } diff --git a/android/build.gradle b/android/build.gradle index f6addeefd3..dbc1d6a91c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -3,11 +3,11 @@ plugins { } android { - compileSdkVersion 30 + compileSdkVersion 31 defaultConfig { minSdkVersion 21 - targetSdkVersion 30 + targetSdkVersion 31 ndk { abiFilters "armeabi-v7a", "x86" } diff --git a/package.json b/package.json index 65ed187e1d..c6b1995cf1 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/react-native-video-5.2.0-wp-3.tgz b/react-native-video-5.2.0-wp-3.tgz deleted file mode 100644 index 479bb3500f..0000000000 Binary files a/react-native-video-5.2.0-wp-3.tgz and /dev/null differ diff --git a/react-native-video-5.2.0-wp-5.tgz b/react-native-video-5.2.0-wp-5.tgz new file mode 100644 index 0000000000..276a035d39 Binary files /dev/null and b/react-native-video-5.2.0-wp-5.tgz differ