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

Release 0.2.0 (Updated translation files)

This commit is contained in:
Gregor Santner 2016-11-06 05:32:43 +01:00
parent bc925e1a1e
commit e807003d42
16 changed files with 102 additions and 16 deletions

View file

@ -30,7 +30,7 @@ android {
// Additional repositories
repositories {
maven {
url "http://dl.bintray.com/dasar/maven" //Color picker
url "https://jitpack.io"
}
}
@ -52,7 +52,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')
compile 'com.github.DASAR:ShiftColorPicker:v0.5'
apt 'com.jakewharton:butterknife-compiler:8.0.1'
}