Added versions for butterknife lib and compiler

This commit is contained in:
alex 2019-09-10 18:30:11 +03:00
parent 66a248d0f1
commit 244f874cef
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ dependencies {
implementation "androidx.appcompat:appcompat:$versions.appcompat"
implementation 'com.jakewharton:butterknife:10.1.0'
kapt 'com.jakewharton:butterknife-compiler:10.1.0'
implementation "com.jakewharton:butterknife:$versions.butterknife"
kapt "com.jakewharton:butterknife-compiler:$versions.butterknife"
implementation("com.crashlytics.sdk.android:crashlytics:$versions.crashlytics@aar") {
transitive = true