Skip to content

Commit

Permalink
Merge branch 'main' into PP-732-IPC-320-EC-128-release-candidates-for…
Browse files Browse the repository at this point in the history
…-bank-capture-health-merchant
  • Loading branch information
a-szotyori committed Aug 22, 2024
2 parents 6335566 + 4b09fb4 commit fdd5fd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bank-sdk/example-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ android {
resValue("string", "gini_api_client_secret", credentials["clientSecret"] ?: "")
}
release {
isMinifyEnabled = false
isMinifyEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")

signingConfig = signingConfigs.getByName("release")
Expand Down
3 changes: 2 additions & 1 deletion bank-sdk/sdk/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-keep class net.gini.android.bank.sdk.capture.digitalinvoice.SelectableLineItem
-keep class net.gini.android.bank.sdk.capture.digitalinvoice.SelectableLineItem
-keep class net.gini.android.bank.sdk.capture.skonto.model.SkontoData { *; }
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ class CaptureFlowFragment(private val openWithDocument: Document? = null) :
} catch (e: Exception) {
finishWithResult(interceptSuccessResult(result).toCaptureResult())
}
} else {
finishWithResult(result.toCaptureResult())
}
}

Expand Down

0 comments on commit fdd5fd8

Please sign in to comment.