moved the lib to jitpack, awesome
This commit is contained in:
Binary file not shown.
@@ -21,10 +21,6 @@ buildscript {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
|
|
||||||
flatDir {
|
|
||||||
dirs 'libs'
|
|
||||||
}
|
|
||||||
|
|
||||||
maven { url "https://jitpack.io" }
|
maven { url "https://jitpack.io" }
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -43,11 +39,10 @@ apply plugin: 'com.github.ben-manes.versions'
|
|||||||
apply plugin: 'com.neenbedankt.android-apt'
|
apply plugin: 'com.neenbedankt.android-apt'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
flatDir {
|
maven { url "https://jitpack.io" }
|
||||||
dirs 'aars'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 23
|
compileSdkVersion 23
|
||||||
buildToolsVersion '23.0.3'
|
buildToolsVersion '23.0.3'
|
||||||
@@ -87,7 +82,7 @@ dependencies {
|
|||||||
compile 'net.hockeyapp.android:HockeySDK:4.0.0'
|
compile 'net.hockeyapp.android:HockeySDK:4.0.0'
|
||||||
compile 'com.koushikdutta.async:androidasync:2.1.7'
|
compile 'com.koushikdutta.async:androidasync:2.1.7'
|
||||||
compile 'com.android.support:design:23.4.0'
|
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.google.guava:guava:19.0'
|
||||||
compile 'com.thetransactioncompany:jsonrpc2-base:1.38'
|
compile 'com.thetransactioncompany:jsonrpc2-base:1.38'
|
||||||
compile('com.mikepenz:materialdrawer:5.2.2@aar') {
|
compile('com.mikepenz:materialdrawer:5.2.2@aar') {
|
||||||
|
Reference in New Issue
Block a user