chore: inline videocache android version

This commit is contained in:
Kyle Fang
2022-05-12 19:10:28 +08:00
parent 99e168e0ff
commit af77f8c0ac
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.danikula:videocache:2.7.1'
implementation files("./libs/videocache-2.7.1.aar")
}
def configureReactNativePom(def pom) {
@@ -110,7 +110,7 @@ afterEvaluate { project ->
task androidJavadoc(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath += files(android.bootClasspath)
classpath += files(project.getConfigurations().getByName('compile').asList())
// classpath += files(project.getConfigurations().getByName('compile').asList())
include '**/*.java'
}

Binary file not shown.