mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 10:19:42 +02:00
Merged proper-themes
This commit is contained in:
commit
26751ff931
31 changed files with 1446 additions and 112 deletions
|
@ -31,6 +31,13 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
//Color picker
|
||||
url "http://dl.bintray.com/dasar/maven"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Sub-Projects
|
||||
//compile project(':subprojectFromRoot')
|
||||
|
@ -49,6 +56,7 @@ dependencies {
|
|||
compile 'com.jakewharton:butterknife:8.0.1'
|
||||
compile 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1'
|
||||
compile 'info.guardianproject.netcipher:netcipher-webkit:2.0.0-alpha1'
|
||||
compile(group: 'uz.shift', name: 'colorpicker', version: '0.5', ext: 'aar') //Color picker
|
||||
apt 'com.jakewharton:butterknife-compiler:8.0.1'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue