|
|
|
@ -245,7 +245,7 @@ dependencies {
|
|
|
|
|
implementation "androidx.appcompat:appcompat:$appcompatVersion"
|
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
|
|
|
|
implementation "com.google.android.material:material:$materialVersion"
|
|
|
|
|
implementation 'com.google.android:flexbox:2.0.1'
|
|
|
|
|
implementation 'com.google.android.flexbox:flexbox:3.0.0'
|
|
|
|
|
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
|
|
|
|
|
implementation 'androidx.cardview:cardview:1.0.0'
|
|
|
|
|
implementation "androidx.preference:preference-ktx:$preferenceVersion"
|
|
|
|
@ -292,14 +292,10 @@ dependencies {
|
|
|
|
|
implementation 'com.google.zxing:android-integration:3.1.0'
|
|
|
|
|
implementation "com.google.dagger:hilt-android:$daggerVersion"
|
|
|
|
|
kapt "com.google.dagger:hilt-compiler:$daggerVersion"
|
|
|
|
|
implementation 'mobi.upod:time-duration-picker:1.1.3'
|
|
|
|
|
implementation 'com.google.zxing:core:3.2.1'
|
|
|
|
|
implementation ('com.davemorrissey.labs:subsampling-scale-image-view:3.6.0') {
|
|
|
|
|
exclude group: 'com.android.support', module: 'support-annotations'
|
|
|
|
|
}
|
|
|
|
|
implementation ('cn.carbswang.android:NumberPickerView:1.0.9') {
|
|
|
|
|
exclude group: 'com.android.support', module: 'appcompat-v7'
|
|
|
|
|
}
|
|
|
|
|
implementation ('com.tomergoldst.android:tooltips:1.0.6') {
|
|
|
|
|
exclude group: 'com.android.support', module: 'appcompat-v7'
|
|
|
|
|
}
|
|
|
|
|