moved the lib to jitpack, awesome

This commit is contained in:
2016-05-15 17:13:19 +02:00
parent 86282e6872
commit a776411a2e
2 changed files with 3 additions and 8 deletions

Binary file not shown.

View File

@@ -21,10 +21,6 @@ buildscript {
mavenCentral()
jcenter()
flatDir {
dirs 'libs'
}
maven { url "https://jitpack.io" }
}
@@ -43,11 +39,10 @@ apply plugin: 'com.github.ben-manes.versions'
apply plugin: 'com.neenbedankt.android-apt'
repositories {
flatDir {
dirs 'aars'
}
maven { url "https://jitpack.io" }
}
android {
compileSdkVersion 23
buildToolsVersion '23.0.3'
@@ -87,7 +82,7 @@ dependencies {
compile 'net.hockeyapp.android:HockeySDK:4.0.0'
compile 'com.koushikdutta.async:androidasync:2.1.7'
compile 'com.android.support:design:23.4.0'
compile(name: 'holo-color-picker', ext: 'aar')
compile 'com.github.LED-Freaks:HoloColorPicker:master-SNAPSHOT'
compile 'com.google.guava:guava:19.0'
compile 'com.thetransactioncompany:jsonrpc2-base:1.38'
compile('com.mikepenz:materialdrawer:5.2.2@aar') {