@situm/cordova 3.3.13 → 3.3.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@situm/cordova",
3
- "version": "3.3.13",
3
+ "version": "3.3.14",
4
4
  "description": "Set of utilities that allow any developer to build Cordova location based apps using Situm's indoor positioning system.",
5
5
  "private": false,
6
6
  "repository": "https://github.com/situmtech/cordova",
package/plugin.xml CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
4
4
  id="@situm/cordova"
5
- version="3.3.13">
5
+ version="3.3.14">
6
6
  <name>Situm Cordova plugin Official</name>
7
7
  <description>This is the stable branch.</description>
8
8
  <license>MIT</license>
@@ -44,7 +44,7 @@ dependencies {
44
44
  implementation ('com.googlecode.json-simple:json-simple:1.1.1'){
45
45
  exclude group: 'junit', module:'junit'
46
46
  }
47
- implementation ('es.situm:situm-sdk:3.11.1@aar') {
47
+ implementation ('es.situm:situm-sdk:3.11.2@aar') {
48
48
  transitive = true
49
49
  }
50
50
  implementation 'org.apache.cordova:framework:10.1.1'
@@ -13,7 +13,7 @@ allprojects {
13
13
  dependencies {
14
14
  implementation 'com.google.android.gms:play-services-maps:16.0.0'
15
15
  implementation 'com.google.android.gms:play-services-location:16.0.0'
16
- implementation('es.situm:situm-sdk:3.11.1@aar') {
16
+ implementation('es.situm:situm-sdk:3.11.2@aar') {
17
17
  transitive = true
18
18
  }
19
19
  }