Skip to content

Commit

Permalink
Hotfix 38.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
berndkamplanyline authored Apr 5, 2022
2 parents 01084d3 + db52303 commit 2e6ee39
Show file tree
Hide file tree
Showing 10 changed files with 550 additions and 896 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ apply plugin: 'kotlinx-serialization'
apply plugin: 'dagger.hilt.android.plugin'

buildscript {
ext.sdk_version = "38.0.0"
ext.sdk_version = "38.0.1"
ext.version_code = 361
repositories {
mavenCentral()
}
Expand All @@ -26,7 +27,7 @@ android {
vectorDrawables.useSupportLibrary = true
minSdkVersion 21
targetSdkVersion 30
versionCode 409
versionCode version_code
versionName sdk_version

ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,5 @@
<string name="close">Close</string>
<string name="barcode_back_message">Are you sure you want to leave this screen? Changes will not be saved!</string>
<string name="go_back">Go back?</string>
<string name="contact">Contact</string>
<string name="barcode_result_pdf417">Barcode Result (PDF417)</string>
<string name="barcode_result_base64">Barcode Result (Base64)</string>
<string name="license_plate_state">State</string>

</resources>
3 changes: 0 additions & 3 deletions AnylineSDK/anylinesdk-37.0.0.aar

This file was deleted.

3 changes: 0 additions & 3 deletions AnylineSDK/anylinesdk-38.0.0.aar

This file was deleted.

3 changes: 3 additions & 0 deletions AnylineSDK/anylinesdk-38.0.1.aar
Git LFS file not shown
Binary file modified Documentation/javadoc/member-search-index.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Documentation/javadoc/overview-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.12) on Wed Feb 16 16:23:05 CET 2022 -->
<!-- Generated by javadoc (11.0.11) on Tue Apr 05 12:58:05 CEST 2022 -->
<title>AnylineSdk API</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript">window.location.replace('index.html')</script>
Expand Down
Binary file modified Documentation/javadoc/package-search-index.zip
Binary file not shown.
Binary file modified Documentation/javadoc/type-search-index.zip
Binary file not shown.
1,426 changes: 543 additions & 883 deletions com.anyline.android.sdk.swidtag

Large diffs are not rendered by default.

0 comments on commit 2e6ee39

Please sign in to comment.