diff --git a/app/aars/holo-color-picker.aar b/app/aars/holo-color-picker.aar deleted file mode 100644 index 0e03859..0000000 Binary files a/app/aars/holo-color-picker.aar and /dev/null differ diff --git a/app/build.gradle b/app/build.gradle index 29d727b..866f0f1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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') {