TBR: reader/android: use local build of android-lib

Change-Id: I4fcde1bc96f9b815b085866d4338e3e2fa20b04b
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 86ae087..f3f079b 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -63,8 +63,7 @@
     compile 'com.android.support:cardview-v7:21+'
     compile 'com.android.support:recyclerview-v7:21+'
     compile 'com.joanzapata.pdfview:android-pdfview:1.0.4@aar'
-    compile 'io.v:vanadium:0.1-SNAPSHOT'
-    compile 'io.v:vanadium-android:0.1-SNAPSHOT'
+    compile project(':android-lib')
 }
 
 vdl {