Lightning browser with I2P configuration
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
|
|
|
}
|
|
|
|
dependencies {
|
|
|
|
classpath 'com.android.tools.build:gradle:1.3.1'
|
|
|
|
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.7'
|
|
|
|
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.2.1'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
|
|
|
maven {
|
|
|
|
url 'https://oss.sonatype.org/content/repositories/snapshots/'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|