1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 10:19:42 +02:00

Merged proper-themes

This commit is contained in:
vanitasvitae 2016-10-13 17:51:35 +02:00
commit 26751ff931
Signed by: vanitasvitae
GPG key ID: DCCFB3302C9E4615
31 changed files with 1446 additions and 112 deletions

View file

@ -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'
}