From 332ec1e0ad2dec2fe8df09874e67fede454c73e6 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Tue, 15 Jul 2014 11:08:39 +0000
Subject: [PATCH] Corrected client library package group

---
 client/build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/client/build.gradle b/client/build.gradle
index 68b1931ef..7ec276aac 100644
--- a/client/build.gradle
+++ b/client/build.gradle
@@ -1,5 +1,6 @@
 apply plugin: 'com.android.library'
 
+group = "net.i2p.android"
 version = "0.1"
 
 android {
@@ -7,7 +8,7 @@ android {
     buildToolsVersion "19.1.0"
 
     defaultConfig {
-        applicationId "net.i2p.android"
+        applicationId group
         minSdkVersion 9
         targetSdkVersion 19
         versionCode 1
-- 
GitLab