Skip to content

Commit 062a171

Browse files
committed
removed some libs and fastlane update
1 parent c8e27c3 commit 062a171

5 files changed

Lines changed: 5 additions & 7 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "org.twistedappdeveloper.opcclient"
77
minSdkVersion 17
88
targetSdkVersion 29
9-
versionCode 15
10-
versionName "1.0.8.2"
9+
versionCode 16
10+
versionName "1.0.8.3"
1111
multiDexEnabled true
1212
}
1313
buildTypes {
@@ -44,9 +44,7 @@ dependencies {
4444
implementation group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.13'
4545

4646
implementation group: 'commons-codec', name: 'commons-codec', version: '20041127.091804'
47-
implementation files('libs/commons-logging-1.2.jar')
4847

49-
implementation files('libs/httpclient-4.5.6.jar')
5048
implementation files('libs/opc-ua-stack-1.4.1.1-SNAPSHOT.jar')
5149
implementation files('libs/opc-ua-stack-1.4.1.1-SNAPSHOT-sources.jar')
5250

app/libs/commons-logging-1.2.jar

-60.4 KB
Binary file not shown.

app/libs/httpclient-4.5.6.jar

-749 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Open Platform Communications (OPC) and OPC UA (Unified Architecture) are standards that facilitate the exchange of data between programmable logic controllers (PLC), human-machine interfaces (HMI), servers, clients and other machinery for the purpose of interconnectivity and circulation of information. This kind of interconnectivity and communication is obviously essential in a production plant, since there are numerous types of equipment, devices and machinery that measure process parameters, data, data or record it.
2-
3-
This mobile application is a demo version developed to show the potential of the OPC UA standard. The app makes use of the official Java stack provided by the OPC Foundation at the following url: https://github.com/OPCFoundation/UA-Java-Legacy, this stack java is no longer supported today so the application may stop working in future release of the standard. In addition, the application uses a self-signed certificate, therefore problems may arise in the connection to servers that use Sign or Sign&Encrypt authentication.
2+
This mobile application is a demo version developed to show the potential of the OPC UA standard, you can read, set sensors and actuators with just a mobile App!
3+
The app makes use of the official Java stack provided by the OPC Foundation at the following url: https://github.com/OPCFoundation/UA-Java-Legacy, this stack java is no longer supported today so the application may stop working in future release of the standard. In addition, the application uses a self-signed certificate, therefore problems may arise in the connection to servers that use Sign or Sign&Encrypt authentication.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
A simple Android OPC-UA Client
1+
A simple OPC-UA (Open Platform Communications Unified Architecture) Client.

0 commit comments

Comments
 (0)