Use the I2P Android client library

The build script looks for the client library in Maven Central. It is possible              
to use a local .aar by placing it in a folder "aars" in the base folder, and
uncommenting the flatDir{} section in the base build.gradle.
This commit is contained in:
str4d
2014-07-16 01:45:14 +00:00
parent 4e5fd63c1d
commit e461e5e3c4
7 changed files with 13 additions and 69 deletions

View File

@@ -24,6 +24,7 @@ android {
}
dependencies {
compile 'net.i2p.android:client:0.1@aar'
compile project(':botejars')
compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.android.support:support-v4:19.1.0'