use released version of gradle vdl plugin

Change-Id: I9421c09c961aa25996bef6a130b42db3e10b4961
diff --git a/build.gradle b/build.gradle
index 82355b2..deb18f5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,16 +1,12 @@
 buildscript {
     repositories {
         mavenCentral()
-        maven {
-            // This repository contains the Gradle VDL plugin.
-            url 'https://maven.v.io/'
-        }
     }
     dependencies {
         classpath 'com.android.tools.build:gradle:1.3.0'
         // Our project is going to use VDL, so we need to depend on the Vanadium
         // Gradle plugin.
-        classpath 'io.v:gradle-plugin:0.1-SNAPSHOT'
+        classpath 'io.v:gradle-plugin:0.1'
         classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
     }
 }