Merge pull request #249 from maxmoney21m/feature/zxing-qr-scanner

Replace mlkit with zxing QR scanner
This commit is contained in:
Vitor Pamplona
2023-03-13 11:27:45 -04:00
committed by GitHub
4 changed files with 86 additions and 204 deletions
+6
View File
@@ -23,6 +23,7 @@
android:theme="@style/Theme.Amethyst"
android:largeHeap="true"
android:usesCleartextTraffic="true"
android:hardwareAccelerated="true"
tools:targetApi="33">
<activity
android:name=".ui.MainActivity"
@@ -46,6 +47,11 @@
android:name="android.app.lib_name"
android:value="" />
</activity>
<activity
android:name="com.journeyapps.barcodescanner.CaptureActivity"
android:screenOrientation="fullSensor"
tools:replace="screenOrientation" />
</application>
</manifest>