@@ -31,18 +31,23 @@ android {
3131dependencies {
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'
0 commit comments