Skip to content

Commit 22c5947

Browse files
CopilotiBotPeaches
andauthored
Upgrade IDScan Android SDK versions to resolve 16KB alignment issue (#113)
* Initial plan * Upgrade IDScan Android SDK versions and add maven repository Co-authored-by: iBotPeaches <[email protected]> * Remove IDScan maven repository as new versions are available in Maven Central Co-authored-by: iBotPeaches <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: iBotPeaches <[email protected]> Co-authored-by: Connor Tumbleson <[email protected]>
1 parent 60666e6 commit 22c5947

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ dependencies {
5959
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
6060

6161
// IDScan dependencies
62-
implementation 'net.idscan.components.android:dlparser-standard:1.29.0'
63-
implementation 'net.idscan.components.android:multiscan:2.3.1'
64-
implementation 'net.idscan.components.android:multiscan-mrz:2.3.1'
65-
implementation 'net.idscan.components.android:multiscan-pdf417:2.3.1'
62+
implementation 'net.idscan.components.android:dlparser-standard:1.30.0'
63+
implementation 'net.idscan.components.android:multiscan:2.5.0'
64+
implementation 'net.idscan.components.android:multiscan-mrz:2.5.0'
65+
implementation 'net.idscan.components.android:multiscan-pdf417:2.5.0'
6666
implementation "org.jetbrains.kotlin:kotlin-reflect"
6767
}

0 commit comments

Comments
 (0)