Skip to content

Commit

Permalink
Repositories cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazer committed Jun 29, 2016
1 parent 1d65a0a commit 142735c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 20 deletions.
17 changes: 0 additions & 17 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,12 @@ buildscript {
ext.kotlin_version = '1.0.2-1'
repositories {
jcenter()
maven {
url 'https://repos.zeroturnaround.com/nexus/content/repositories/zt-public-releases'
}
maven { url 'https://maven.fabric.io/public' }
maven { url "https://jitpack.io" }
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.android.tools.build:gradle:2.2.0-alpha4'
// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.8"
// classpath 'com.vanniktech:gradle-android-apk-size-plugin:0.2.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -41,15 +32,7 @@ allprojects {

repositories {
jcenter()
maven {
name 'glide-snapshot'
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
maven { url "https://jitpack.io" }
maven { url "https://clojars.org/repo/" }
maven {
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
}
}

Expand Down
1 change: 0 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'maven-publish'
apply plugin: 'org.jetbrains.dokka-android'
//apply plugin: 'com.vanniktech.android.apk.size'

kapt {
generateStubs = true
Expand Down
1 change: 0 additions & 1 deletion gson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'maven-publish'
apply plugin: 'org.jetbrains.dokka-android'
//apply plugin: 'com.vanniktech.android.apk.size'

kapt {
generateStubs = true
Expand Down
1 change: 0 additions & 1 deletion migration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'maven-publish'
apply plugin: 'org.jetbrains.dokka-android'
//apply plugin: 'com.vanniktech.android.apk.size'

kapt {
generateStubs = true
Expand Down
7 changes: 7 additions & 0 deletions ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ android {
}
}

repositories {
maven {
name 'glide-snapshot'
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 142735c

Please sign in to comment.