updated holo-color-picker

removed some debug out
This commit is contained in:
2016-05-01 22:03:22 +02:00
parent ab2c219dca
commit 9d043c21a3
6 changed files with 7 additions and 13 deletions

View File

@@ -42,6 +42,12 @@ apply plugin: 'com.jakewharton.hugo'
apply plugin: 'com.github.ben-manes.versions'
apply plugin: 'com.neenbedankt.android-apt'
repositories {
flatDir {
dirs 'aars'
}
}
android {
compileSdkVersion 23
buildToolsVersion '23.0.3'
@@ -71,7 +77,6 @@ android {
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:support-v4:23.3.0'
compile 'com.squareup.okhttp:okhttp:2.7.5'
@@ -81,7 +86,7 @@ dependencies {
compile 'net.hockeyapp.android:HockeySDK:4.0.0'
compile 'com.koushikdutta.async:androidasync:2.1.7'
compile 'com.android.support:design:23.3.0'
compile 'com.larswerkman:HoloColorPicker:1.5@aar'
compile(name: 'holo-color-picker', ext: 'aar')
compile 'com.google.guava:guava:19.0'
compile 'com.thetransactioncompany:jsonrpc2-base:1.38'
compile('com.mikepenz:materialdrawer:5.2.2@aar') {