thunderbiscuit / padawan-wallet

The bitcoin wallet trainer on Android.
https://padawanwallet.com/
Apache License 2.0
114 stars 50 forks source link

Fix: QR Scanner Crash #212

Closed darkvoid32 closed 2 years ago

darkvoid32 commented 2 years ago

Fix #211 Changed the androidx.camera:camera-view dependency to align with the other camerax dependencies.

thunderbiscuit commented 2 years ago

The tests are failing because androidx.camera:camera-view:1.0.2 doesn't exist. It turns out there is no stable release of the camera-view, so I think we either have to set them all to 1.1.0-rc01 or 1.2.0-alpha01.

Let's go with the more stable of the two, 1.1.0-rc01.

https://developer.android.com/jetpack/androidx/releases/camera https://maven.google.com/web/index.html?#androidx.camera

darkvoid32 commented 2 years ago

Alright 👍 ill change them all to 1.1.0-rc01