Skip to content

Commit

Permalink
fix: android crash addressed with dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Dec 10, 2024
1 parent a20c7cf commit 89404c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ repositories {
dependencies {
// implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'])
//noinspection GradleDynamicVersion
implementation "com.github.outsystems:osbarcode-android:1.+@aar"
implementation "com.github.outsystems:osbarcode-android:1.1.+@aar"
implementation project(':capacitor-android')
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation 'androidx.activity:activity-ktx:1.8.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation 'com.google.zxing:core:3.4.1'
implementation 'com.google.mlkit:barcode-scanning:17.2.0'
implementation 'androidx.camera:camera-camera2:1.3.1'
implementation 'androidx.camera:camera-lifecycle:1.3.1'
implementation 'androidx.camera:camera-view:1.3.1'
implementation 'androidx.camera:camera-camera2:1.4.0'
implementation 'androidx.camera:camera-lifecycle:1.4.0'
implementation 'androidx.camera:camera-view:1.4.0'
implementation 'androidx.activity:activity-compose:1.8.2'
implementation 'androidx.compose.material3:material3:1.1.2'
implementation 'androidx.compose.material3:material3-window-size-class:1.1.2'
Expand Down

0 comments on commit 89404c1

Please sign in to comment.