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:
parent
92bd98ea28
commit
c988fc3bdd
2 changed files with 77 additions and 4 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue