Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Netcetera SDK v2.5.0.0 #352

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
implementation 'com.google.android.gms:play-services-wallet:19.1.0'
// Required by Netcetera, check https://3dss.netcetera.com/3dssdk/doc/2.10.0/android-error-handling error [1322]
implementation 'org.bouncycastle:bcprov-jdk15to18:1.69'
implementation 'org.bouncycastle:bcprov-jdk15to18:1.77'

debugImplementation("androidx.fragment:fragment-testing:$fragment_testing_version") {
exclude group: 'androidx.test', module: 'core'
Expand Down
Binary file modified sdk/libs/classes.jar
Binary file not shown.
4 changes: 4 additions & 0 deletions sdk/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,7 @@
# Keep the classes from slf4j
-keep class org.slf4j.** { *; }

# Keep kotlin.KotlinVersion if present
-keep class kotlin.KotlinVersion { *; }
-dontwarn kotlin.KotlinVersion

Binary file removed sdk/src/main/assets/support_server_prev.p12
Binary file not shown.
Binary file removed sdk/src/main/assets/support_server_prod.p12
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
92 changes: 28 additions & 64 deletions sdk/src/main/res/drawable/ds_logo_amex.xml

Large diffs are not rendered by default.

92 changes: 28 additions & 64 deletions sdk/src/main/res/drawable/ds_logo_amex_dark.xml

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions sdk/src/main/res/raw/keep.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="
@drawable/ds_logo_amex,
@drawable/ds_logo_amex_dark,
@drawable/ds_logo_diners,
@drawable/ds_logo_mastercard,
@drawable/ds_logo_mastercard_dark,
@drawable/ds_logo_visa,
@drawable/ic_password_toggle_masked,
@drawable/ic_password_toggle_visible,
@drawable/cb_bakground,
@drawable/ds_logo_cb,
@drawable/ds_logo_eftpos,
@drawable/ds_logo_jcb,
@drawable/ds_logo_union,
@values/challenge_ui_ids
" />
Loading