Skip to content
Snippets Groups Projects
Unverified Commit ec083d61 authored by akwizgran's avatar akwizgran
Browse files

Upgraded Gradle to 2.13, added local Maven repo.

parent af1f267d
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,6 @@ apply plugin: 'com.android.library'
apply plugin: 'witness'
apply plugin: 'com.neenbedankt.android-apt'
repositories {
maven { url 'http://repo1.maven.org/maven2' }
}
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
......
......@@ -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')
......
......@@ -4,10 +4,6 @@ targetCompatibility = 1.6
apply plugin: 'witness'
repositories {
jcenter()
}
dependencies {
compile "com.google.dagger:dagger:2.0.2"
compile 'com.google.dagger:dagger-compiler:2.0.2'
......
......@@ -4,10 +4,6 @@ targetCompatibility = 1.6
apply plugin: 'witness'
repositories {
jcenter()
}
dependencies {
compile project(':briar-api')
compile fileTree(dir: 'libs', include: '*.jar')
......
......@@ -4,10 +4,6 @@ targetCompatibility = 1.7
apply plugin: 'witness'
repositories {
jcenter()
}
dependencies {
compile project(':briar-api')
compile fileTree(dir: '../briar-core/libs', include: '*.jar')
......
......@@ -4,10 +4,6 @@ targetCompatibility = 1.7
apply plugin: 'witness'
repositories {
jcenter()
}
dependencies {
compile project(':briar-api')
compile project(':briar-core')
......
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
mavenLocal()
}
}
buildscript {
repositories {
jcenter()
mavenCentral()
mavenLocal()
}
dependencies {
......
#Wed Apr 27 17:31:51 BST 2016
#Thu May 12 13:08:34 BST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip
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