extracted some more strings, yay
exchanged svbar with separate value and saturation bar added switch in toolbar to disable (set black) the stripe and ignore all following inputs until reactivated again
This commit is contained in:
@@ -20,6 +20,10 @@ buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
|
||||
flatDir {
|
||||
dirs 'libs'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -60,7 +64,7 @@ dependencies {
|
||||
compile 'com.jakewharton:butterknife:7.0.1'
|
||||
compile 'com.koushikdutta.async:androidasync:2.1.6'
|
||||
compile 'com.android.support:design:23.0.1'
|
||||
compile 'com.larswerkman:HoloColorPicker:1.5'
|
||||
compile 'com.larswerkman:HoloColorPicker:1.5@aar'
|
||||
compile 'com.google.guava:guava:19.0-rc1'
|
||||
provided 'org.projectlombok:lombok:1.16.6'
|
||||
}
|
||||
|
Reference in New Issue
Block a user