cordova-plugin-netcontroll-integration 1.0.85 → 1.0.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- Versao 1.0.85
1
+ Versao 1.0.87
2
2
 
3
3
  Funções internas de integração XMenu / NetControll
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-plugin-netcontroll-integration",
3
- "version": "1.0.85",
3
+ "version": "1.0.87",
4
4
  "description": "Plugin cordova de integracao para uso interno (NetControll/ XMenu)",
5
5
  "cordova": {
6
6
  "id": "cordova-plugin-netcontroll-integration",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="cordova-plugin-netcontroll-integration" version="1.0.85"
2
+ <plugin id="cordova-plugin-netcontroll-integration" version="1.0.87"
3
3
  xmlns="http://apache.org/cordova/ns/plugins/1.0"
4
4
  xmlns:android="http://schemas.android.com/apk/res/android">
5
5
 
@@ -85,6 +85,8 @@
85
85
 
86
86
  <resource-file src="src/libs/Development_GertecDeveloper_CustomerAPP.jks" target="libs/Development_GertecDeveloper_CustomerAPP.jks" />
87
87
  <resource-file src="src/libs/Development_GertecDeveloper_EnhancedAPP.jks" target="libs/Development_GertecDeveloper_EnhancedAPP.jks" />
88
+ <resource-file src="src/libs/development_gertecdeveloper_customer_app_29_19.jks" target="libs/development_gertecdeveloper_customer_app_29_19.jks" />
89
+
88
90
 
89
91
  <!--
90
92
  <source-file src="src/android/NetControllCordovaPluginsIntegration.java" target-dir="src/cordova/plugin/netcontroll/integration/NetControllCordovaPluginsIntegration" />
@@ -6,13 +6,23 @@ android {
6
6
 
7
7
  signingConfigs {
8
8
  gertec {
9
- storeFile file('..\\app\\src\\main\\libs\\Development_GertecDeveloper_EnhancedAPP.jks')
9
+ storeFile file('..\\app\\src\\main\\libs\\development_gertecdeveloper_customer_app_29_19.jks')
10
10
  storePassword 'Development@GertecDeveloper2018'
11
- keyAlias 'developmentgertecdeveloper_enhancedapp'
11
+ keyAlias 'developmentgertecdeveloper_customerapp'
12
12
  keyPassword 'Development@GertecDeveloper2018'
13
13
  }
14
14
  }
15
15
 
16
+ // signingConfigs {
17
+ // gertec {
18
+ // storeFile file('..\\app\\src\\main\\libs\\Development_GertecDeveloper_EnhancedAPP.jks')
19
+ // storePassword 'Development@GertecDeveloper2018'
20
+ // keyAlias 'developmentgertecdeveloper_enhancedapp'
21
+ // keyPassword 'Development@GertecDeveloper2018'
22
+ // }
23
+ // }
24
+
25
+
16
26
  buildTypes {
17
27
  release {
18
28
  signingConfig signingConfigs.gertec