diff --git a/app/build.gradle b/app/build.gradle index 8332260..6a766f7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,9 +33,8 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - - testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + implementation 'com.journeyapps:zxing-android-embedded:4.3.0' } \ No newline at end of file