Skip to content

Commit 5706cd9

Browse files
author
simon
committed
read result on browse visualization improved
library updates
1 parent 5efd58e commit 5706cd9

14 files changed

Lines changed: 23 additions & 11 deletions

app/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/build
2+
/release
3+
/debug

app/build.gradle

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,23 @@ android {
3131
dependencies {
3232
implementation fileTree(include: ['*.jar'], dir: 'libs')
3333

34-
implementation files('libs/slf4j-api-1.7.25.jar')
35-
implementation files('libs/prov-1.58.0.0.jar')
36-
implementation files('libs/httpcore-nio-4.4.10.jar')
37-
implementation files('libs/httpcore-4.4.10.jar')
38-
implementation files('libs/httpclient-4.5.6.jar')
39-
implementation files('libs/core-1.58.0.0.jar')
34+
implementation 'org.slf4j:slf4j-android:1.7.7'
35+
36+
implementation group: 'com.madgag.spongycastle', name: 'prov', version: '1.54.0.0'
37+
implementation group: 'com.madgag.spongycastle', name: 'core', version: '1.54.0.0'
38+
implementation group: 'com.madgag.spongycastle', name: 'pkix', version: '1.54.0.0'
39+
40+
implementation group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.54'
41+
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.54'
42+
43+
implementation group: 'org.apache.httpcomponents', name: 'httpcore-nio', version: '4.4.10'
44+
implementation group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.10'
45+
46+
implementation group: 'commons-codec', name: 'commons-codec', version: '1.10'
4047
implementation files('libs/commons-logging-1.2.jar')
41-
implementation files('libs/commons-codec-1.10.jar')
42-
implementation files('libs/bcprov-jdk15on-1.60.jar')
43-
implementation files('libs/bcpkix-jdk15on-1.60.jar')
44-
implementation files('libs/bcpkix-jdk15on-1.58.0.0.jar')
45-
implementation files('libs/opc-ua-stack-1.4.1-SNAPSHOT.jar')
48+
49+
implementation files('libs/httpclient-4.5.6.jar')
50+
implementation files('libs/opc.jar')
4651

4752
implementation 'com.android.support:appcompat-v7:28.0.0'
4853
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
-828 KB
Binary file not shown.

app/libs/bcpkix-jdk15on-1.60.jar

-778 KB
Binary file not shown.

app/libs/bcprov-jdk15on-1.60.jar

-4 MB
Binary file not shown.

app/libs/commons-codec-1.10.jar

-278 KB
Binary file not shown.

app/libs/core-1.58.0.0.jar

-2.93 MB
Binary file not shown.

app/libs/httpcore-4.4.10.jar

-319 KB
Binary file not shown.

app/libs/httpcore-nio-4.4.10.jar

-357 KB
Binary file not shown.
-2.28 MB
Binary file not shown.

0 commit comments

Comments
 (0)