Skip to content

Commit a8f409a

Browse files
committed
chore: readme update
1 parent ddfb3e4 commit a8f409a

File tree

3 files changed

+6111
-4957
lines changed

3 files changed

+6111
-4957
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Defines the structure of the result returned from a barcode scan.
9292

9393
Defines the options for configuring a barcode scan.
9494

95-
<code>{ hint: <a href="#capacitorbarcodescannertypehint">CapacitorBarcodeScannerTypeHint</a>, scanInstructions?: string, scanButton?: boolean, scanText?: string, cameraDirection?: <a href="#capacitorbarcodescannercameradirection">CapacitorBarcodeScannerCameraDirection</a>, scanOrientation?: <a href="#capacitorbarcodescannerscanorientation">CapacitorBarcodeScannerScanOrientation</a>, android?: { scanningLibrary?: <a href="#capacitorbarcodescannerandroidscanninglibrary">CapacitorBarcodeScannerAndroidScanningLibrary</a>, }, web?: { showCameraSelection?: boolean, scannerFPS?: number } }</code>
95+
<code>{ hint: <a href="#capacitorbarcodescannertypehint">CapacitorBarcodeScannerTypeHint</a>; scanInstructions?: string; scanButton?: boolean; scanText?: string; cameraDirection?: <a href="#capacitorbarcodescannercameradirection">CapacitorBarcodeScannerCameraDirection</a>; scanOrientation?: <a href="#capacitorbarcodescannerscanorientation">CapacitorBarcodeScannerScanOrientation</a>; android?: { scanningLibrary?: <a href="#capacitorbarcodescannerandroidscanninglibrary">CapacitorBarcodeScannerAndroidScanningLibrary</a>; }; web?: { showCameraSelection?: boolean; scannerFPS?: number; }; }</code>
9696

9797

9898
#### CapacitorBarcodeScannerTypeHint

plugin/android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ repositories {
7777

7878
dependencies {
7979
// implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'])
80-
implementation "com.github.outsystems:osbarcode-android:[1.0.1, 2.0.0[@aar"
80+
//noinspection GradleDynamicVersion
81+
implementation "com.github.outsystems:osbarcode-android:1.+@aar"
8182
implementation project(':capacitor-android')
8283
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
8384
implementation 'androidx.activity:activity-ktx:1.8.2'

0 commit comments

Comments
 (0)