Corrected client library package group

This commit is contained in:
str4d
2014-07-15 11:08:39 +00:00
parent 060262ee52
commit 332ec1e0ad

View File

@ -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