moved the lib to jitpack, awesome
This commit is contained in:
Binary file not shown.
@@ -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') {
|
||||
|
Reference in New Issue
Block a user