use released version of gradle vdl plugin

Change-Id: I0356f3e5b03ea7ca2b75f06519ccd5243884e5bf
diff --git a/android/app/build.gradle b/android/app/build.gradle
index dd8e880..338a3a4 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -3,12 +3,9 @@
 buildscript {
     repositories {
         mavenCentral()
-        maven {
-            url 'http://jring.mtv:8081/nexus/content/repositories/test_repo'
-        }
     }
     dependencies {
-        classpath 'io.v:gradle-plugin:0.1-SNAPSHOT'
+        classpath 'io.v:gradle-plugin:0.1'
     }
 }