Upgraded Gradle to 2.13, added local Maven repo.

This commit is contained in:
akwizgran
2016-05-12 13:36:34 +01:00
parent af1f267d4b
commit ec083d617e
8 changed files with 13 additions and 31 deletions

View File

@@ -6,11 +6,6 @@ apply plugin: 'witness'
apply plugin: 'com.neenbedankt.android-apt'
apply plugin: 'de.undercouch.download'
repositories {
jcenter()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
dependencies {
def supportVersion = '23.2.1'
compile project(':briar-api')