Skip to content

Commit

Permalink
fix app not work in Android12. finished self test
Browse files Browse the repository at this point in the history
  • Loading branch information
Beijixiong committed Feb 3, 2023
1 parent e0964bc commit 1ebe321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ dependencies {
// CameraX View class
implementation 'androidx.camera:camera-view:1.0.0-alpha32'
implementation 'com.google.mlkit:barcode-scanning:17.0.1'
implementation 'androidx.work:work-runtime-ktx:2.7.1'

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
testImplementation 'junit:junit:4.13.1'
Expand Down

0 comments on commit 1ebe321

Please sign in to comment.