fix: bump com.github.limpbrains:qr:v0.0.3
This commit is contained in:
parent
448cf1a9e0
commit
4323cb608d
@ -202,7 +202,7 @@ The library is published to npm as `react-native-camera-kit` with the `files` ar
|
||||
### Fork-Specific Code Preserved
|
||||
|
||||
All QR-only Android architecture preserved:
|
||||
- `android/build.gradle` - Uses `implementation 'com.github.limpbrains:qr:v0.0.2'`
|
||||
- `android/build.gradle` - Uses `implementation 'com.github.limpbrains:qr:v0.0.3'`
|
||||
- `android/src/main/java/com/rncamerakit/QRCodeAnalyzer.kt` - Uses `QRDecoder.decode()` from limpbrains/qr
|
||||
- `android/src/main/java/com/rncamerakit/CodeFormat.kt` - Simplified enum (no ML Kit conversions)
|
||||
- `android/src/main/java/com/rncamerakit/CKCamera.kt` - String callback `onQRCodeDetected(String)`
|
||||
|
||||
@ -66,7 +66,7 @@ dependencies {
|
||||
// If you want to additionally use the CameraX Extensions library
|
||||
// implementation "androidx.camera:camera-extensions:${camerax_version}"
|
||||
|
||||
implementation 'com.github.limpbrains:qr:v0.0.2'
|
||||
implementation 'com.github.limpbrains:qr:v0.0.3'
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user