Skip to content

Commit ccafda3

Browse files
Merge pull request #40 from lemo-nade-room/fix/osbarcode-android-version
Fix Android camera crash by pinning osbarcode-android version to 1.1.3
2 parents 278a346 + 319fd31 commit ccafda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ repositories {
7878
dependencies {
7979
// implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'])
8080
//noinspection GradleDynamicVersion
81-
implementation "com.github.outsystems:osbarcode-android:1.+@aar"
81+
implementation "com.github.outsystems:osbarcode-android:1.1.3@aar"
8282
implementation project(':capacitor-android')
8383
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
8484
implementation 'androidx.activity:activity-ktx:1.8.2'

0 commit comments

Comments
 (0)