I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9920ad34 authored by str4d's avatar str4d
Browse files

Renamed package to net.i2p.android, added free and donate flavors

parent 8a702503
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,11 @@ apply plugin: 'android'
android {
compileSdkVersion 19
buildToolsVersion "19.1.0"
buildToolsVersion '19.1.0'
defaultConfig {
applicationId "net.i2p.android.router"
minSdkVersion 9
targetSdkVersion 19
}
signingConfigs {
release
}
......@@ -20,10 +17,17 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
lintOptions {
abortOnError false
}
productFlavors {
free {
applicationId 'net.i2p.android'
}
donate {
applicationId 'net.i2p.android.donate'
}
}
}
dependencies {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment