Skip to content

Commit

Permalink
Merge pull request #40 from lemo-nade-room/fix/osbarcode-android-version
Browse files Browse the repository at this point in the history
Fix Android camera crash by pinning osbarcode-android version to 1.1.3
  • Loading branch information
alexgerardojacinto authored Dec 2, 2024
2 parents 278a346 + 319fd31 commit ccafda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ 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.3@aar"
implementation project(':capacitor-android')
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation 'androidx.activity:activity-ktx:1.8.2'
Expand Down

0 comments on commit ccafda3

Please sign in to comment.