Skip to content

Commit 839328f

Browse files
fix(android): Fix intermittent crash due to lateinit var (#92)
1 parent f8b8645 commit 839328f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example-app/ios/App/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- Capacitor (7.4.3):
33
- CapacitorCordova
4-
- CapacitorBarcodeScanner (2.0.4):
4+
- CapacitorBarcodeScanner (2.1.0):
55
- Capacitor
66
- OSBarcodeLib (= 2.0.1)
77
- CapacitorCordova (7.4.3)
@@ -26,7 +26,7 @@ EXTERNAL SOURCES:
2626

2727
SPEC CHECKSUMS:
2828
Capacitor: b4741ca7affb32c1b70debd03df92cbf522d8a80
29-
CapacitorBarcodeScanner: b8a3d4ed0a0d2ed2cd78a16b76737cacbf8da207
29+
CapacitorBarcodeScanner: 232a70f30fc1fbb62f05c9c30765e8aa193d82c0
3030
CapacitorCordova: 435121e81a2df4d0034f0fb11fcefab5104cfdb5
3131
OSBarcodeLib: 57987d2eb1f916f701f4554e20e349b3cb83f023
3232

plugin/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repositories {
5858
}
5959

6060
dependencies {
61-
implementation "io.ionic.libs:ionbarcode-android:2.0.0@aar"
61+
implementation "io.ionic.libs:ionbarcode-android:2.0.1@aar"
6262
implementation project(':capacitor-android')
6363
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
6464
implementation 'androidx.activity:activity-ktx:1.9.3'

0 commit comments

Comments
 (0)