Corrected client library package group
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
|
group = "net.i2p.android"
|
||||||
version = "0.1"
|
version = "0.1"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
@ -7,7 +8,7 @@ android {
|
|||||||
buildToolsVersion "19.1.0"
|
buildToolsVersion "19.1.0"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "net.i2p.android"
|
applicationId group
|
||||||
minSdkVersion 9
|
minSdkVersion 9
|
||||||
targetSdkVersion 19
|
targetSdkVersion 19
|
||||||
versionCode 1
|
versionCode 1
|
||||||
|
Reference in New Issue
Block a user