Upgrade dependencies
This commit is contained in:
parent
05dd5f3396
commit
885e3c574b
@ -73,11 +73,11 @@ dependencies {
|
||||
fullImplementation "androidx.recyclerview:recyclerview:${androidXVersion}"
|
||||
fullImplementation "androidx.cardview:cardview:${androidXVersion}"
|
||||
fullImplementation "com.google.android.material:material:${androidXVersion}"
|
||||
fullImplementation 'android.arch.work:work-runtime:1.0.0-beta05'
|
||||
fullImplementation 'android.arch.work:work-runtime:1.0.0-rc02'
|
||||
fullImplementation 'androidx.room:room-runtime:2.0.0'
|
||||
fullImplementation 'androidx.transition:transition:1.0.1'
|
||||
|
||||
def butterKnifeVersion = '10.0.0'
|
||||
def butterKnifeVersion = '10.1.0'
|
||||
fullImplementation "com.jakewharton:butterknife-runtime:${butterKnifeVersion}"
|
||||
fullAnnotationProcessor "com.jakewharton:butterknife-compiler:${butterKnifeVersion}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user