@thang2162/react-native-video
Advanced tools
Comparing version 5.2.0 to 5.2.1
{ | ||
"name": "@thang2162/react-native-video", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "A <Video /> element for react-native", | ||
@@ -5,0 +5,0 @@ "main": "Video.js", |
@@ -144,4 +144,26 @@ ## react-native-video | ||
#### **android/build.gradle** | ||
If you have build Failures, you may have to add the JitPack dependency: | ||
```diff | ||
allprojects { | ||
repositories { | ||
... | ||
maven { url 'https://jitpack.io' } | ||
} | ||
} | ||
``` | ||
#### **android/app/build.gradle** | ||
If you have build Failures, you may have to add the JitPack dependency: | ||
```diff | ||
dependencies { | ||
... | ||
implementation 'com.github.thang2162:Android-ScalableVideoView:v1.1.1' | ||
} | ||
``` | ||
From version >= 5.0.0, you have to apply these changes: | ||
@@ -159,4 +181,2 @@ | ||
#### **android/gradle.properties** | ||
Migrating to AndroidX (needs version >= 5.0.0): | ||
@@ -163,0 +183,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
487183
1541