Commit 075bc4a6 authored by topjohnwu's avatar topjohnwu

Update dependencies

parent 1c61feb3
...@@ -71,14 +71,10 @@ dependencies { ...@@ -71,14 +71,10 @@ dependencies {
fullImplementation "androidx.recyclerview:recyclerview:${androidXVersion}" fullImplementation "androidx.recyclerview:recyclerview:${androidXVersion}"
fullImplementation "androidx.cardview:cardview:${androidXVersion}" fullImplementation "androidx.cardview:cardview:${androidXVersion}"
fullImplementation "com.google.android.material:material:${androidXVersion}" fullImplementation "com.google.android.material:material:${androidXVersion}"
fullImplementation 'android.arch.work:work-runtime:1.0.0-beta02' fullImplementation 'android.arch.work:work-runtime:1.0.0-beta03'
fullImplementation 'androidx.room:room-runtime:2.0.0' fullImplementation 'androidx.room:room-runtime:2.0.0'
def butterKnifeVersion = '10.0.0' def butterKnifeVersion = '10.0.0'
if (properties.containsKey('android.injected.invoked.from.ide')) { fullImplementation "com.jakewharton:butterknife-runtime:${butterKnifeVersion}"
fullImplementation "com.jakewharton:butterknife-reflect:${butterKnifeVersion}" fullAnnotationProcessor "com.jakewharton:butterknife-compiler:${butterKnifeVersion}"
} else {
fullImplementation "com.jakewharton:butterknife-runtime:${butterKnifeVersion}"
fullAnnotationProcessor "com.jakewharton:butterknife-compiler:${butterKnifeVersion}"
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment