1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-23 03:54:56 +02:00
This commit is contained in:
vanitasvitae 2016-09-20 19:52:42 +02:00
parent ed55459019
commit 504f7cd434

View file

@ -41,14 +41,14 @@ dependencies {
// Android standard libs
compile 'com.android.support:appcompat-v7:24.2.0'
compile 'com.android.support:design:24.2.0'
compile 'com.android.support:design:24.1.0' //Don't u dare to upd8!
compile 'com.android.support:support-v4:24.2.0'
compile "com.android.support:customtabs:24.2.0"
// More libraries
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 "com.android.support:customtabs:24.2.0"
apt 'com.jakewharton:butterknife-compiler:8.0.1'
}