diff --git a/android/build.gradle b/android/build.gradle index a4d8ea9..0ccbf73 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' } diff --git a/android/libs/videocache-2.7.1.aar b/android/libs/videocache-2.7.1.aar new file mode 100644 index 0000000..1914308 Binary files /dev/null and b/android/libs/videocache-2.7.1.aar differ