Files
i2p.android.base/settings.gradle
str4d 5a9d943a6c Upgrade support libs in client and helper libs, partially fix ProGuard issue
A release build can now be made (ProGuard no longer complains about duplicate
JARs), but the first build attempt after a clean fails because the I2P JARs
needed by the client library aren't on the javac classpath.
2016-03-28 10:27:16 +00:00

5 lines
213 B
Groovy

include ':app', ':lib:helper', ':lib:client', ':routerjars'
//System.out.println("Do you want to access the network to download dependencies? (y/n)")
//useNet = (System.console().readLine().toLowerCase() == 'y')