diff --git a/client/build.gradle b/client/build.gradle
index db06d4aa358bc078c3032ce0e1b0be60e4ae6b10..68b1931ef85e997380afb7e6fdd9643c4b1cc2f4 100644
--- a/client/build.gradle
+++ b/client/build.gradle
@@ -1,15 +1,17 @@
 apply plugin: 'com.android.library'
 
+version = "0.1"
+
 android {
     compileSdkVersion 19
     buildToolsVersion "19.1.0"
 
     defaultConfig {
-        applicationId "net.i2p.android.client"
+        applicationId "net.i2p.android"
         minSdkVersion 9
         targetSdkVersion 19
         versionCode 1
-        versionName "0.9.13"
+        versionName version
     }
     buildTypes {
         release {