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

Lower butterknife version to not pull in more recent appcompat

This commit is contained in:
Gregor Santner 2017-08-12 22:34:15 +02:00
parent 92bd98ea28
commit c988fc3bdd
No known key found for this signature in database
GPG key ID: 7E83A7834AECB009
2 changed files with 77 additions and 4 deletions

View file

@ -9,8 +9,8 @@ ext {
]
version_sdk.targetSdk = version_sdk.compileSdk
version_lib = [
appcompat : "24.2.1",
butterknife : "8.7.0",
appcompat : "24.1.0", // Broken after 24.1.0, Fix announced at 26.0.0, but still not fixed... See https://issuetracker.google.com/issues/37118105
butterknife : "8.4.0",
netcipher : "2.0.0-alpha1",
]
}
@ -76,8 +76,7 @@ dependencies {
// Android standard libs
compile "com.android.support:appcompat-v7:${version_lib.appcompat}"
//compile "com.android.support:design:${version_lib.appcompat}" // Broken after 24.1.0, Fix announced at 26.0.0, but still not fixed... See https://issuetracker.google.com/issues/37118105
compile "com.android.support:design:24.1.0"
compile "com.android.support:design:${version_lib.appcompat}"
compile "com.android.support:support-v4:${version_lib.appcompat}"
compile "com.android.support:customtabs:${version_lib.appcompat}"
compile "com.android.support:cardview-v7:${version_lib.appcompat}"