Skip to content

Commit 5b8234c

Browse files
feat(ad-hoc): Netcetera 3DS SDK 2.5.3.1 (#320)
1 parent c9e4f93 commit 5b8234c

17 files changed

Lines changed: 946 additions & 1113 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ext {
8787
bouncyCastleVersion = '1.79'
8888
slf4jVersion = '1.7.36'
8989

90-
netcetera3dsSdkVersion = '2.5.3.0'
90+
netcetera3dsSdkVersion = '2.5.3.1'
9191
checkout3dsSdkVersion = '3.2.6'
9292
adyen3dsSdkVersion = '2.2.15'
9393

netcetera-3ds-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ preBuild.dependsOn afterKeepSecrets
133133

134134
dependencies {
135135
api fileTree(dir: 'libs', include: ['*.jar'])
136-
api "org.bouncycastle:bcprov-jdk15to18:$bouncyCastleVersion"
136+
implementation "org.bouncycastle:bcprov-jdk15to18:$bouncyCastleVersion"
137137
implementation "org.slf4j:slf4j-api:$slf4jVersion"
138138
}
-30.8 KB
Binary file not shown.

netcetera-3ds-core/netcetera-consumer-rules.pro

Lines changed: 936 additions & 1109 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

netcetera-3ds-core/src/main/cpp/CMakeLists.copy

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@ cmake_minimum_required(VERSION 4.0.3)
22

33
project(netcetera-3ds-core)
44

5-
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Os -s")
6-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Os -s")
5+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Os")
6+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Os")
77

88
add_library(
99
po.netcetera.3ds
1010
SHARED
1111
secrets.cpp
1212
)
13+
14+
set_target_properties(
15+
po.netcetera.3ds
16+
PROPERTIES
17+
LINK_FLAGS "-s"
18+
)
-593 KB
Binary file not shown.

0 commit comments

Comments
 (0)