remove reader from java mega project

Change-Id: Ie687397277251e259b704a158bafdca53db856ba
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 791f8ff..c21d766 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -2,7 +2,7 @@
     repositories {
         mavenCentral()
         maven {
-            url 'https://maven.v.io/'
+            url 'http://maven.v.io/'
         }
     }
     dependencies {
@@ -75,7 +75,7 @@
     compile 'com.android.support:cardview-v7:22.2.1'
     compile 'com.android.support:recyclerview-v7:22.2.1'
     compile 'com.joanzapata.pdfview:android-pdfview:1.0.4@aar'
-    compile project(':android-lib')
+    compile 'io.v:vanadium-android:0.1-SNAPSHOT'
 }
 
 vdl {