Skip to content

Commit

Permalink
chore: remove legacy-support-v4 from the project (#4263)
Browse files Browse the repository at this point in the history
  • Loading branch information
naivekook committed Sep 27, 2021
1 parent 796440e commit a34051c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -60,13 +60,13 @@ dependencies {
implementation("androidx.concurrent:concurrent-futures:1.1.0")
implementation("androidx.recyclerview:recyclerview:1.2.1")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.annotation:annotation:1.2.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.0")
implementation("androidx.multidex:multidex:2.0.1")
implementation("androidx.viewpager2:viewpager2:1.0.0")
implementation("androidx.startup:startup-runtime:1.1.0")
implementation("androidx.work:work-runtime-ktx:2.6.0")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")

// ML Kit barcode Scanner
implementation("com.google.mlkit:barcode-scanning:17.0.0")
Expand Down

0 comments on commit a34051c

Please sign in to comment.