@situm/cordova 3.2.0 → 3.2.2

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.
@@ -279,6 +279,7 @@ jobs:
279
279
 
280
280
 
281
281
  echo -e "\n[+] Checkout to previous commit\n"
282
+ git stash
282
283
  git checkout HEAD~1
283
284
 
284
285
  iossdk_old=$(grep -oP 'spec="\~> \K[0-9]+\.[0-9]+\.[0-9]+' plugin.xml)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@situm/cordova",
3
- "version": "3.2.0",
3
+ "version": "3.2.2",
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.2.0">
5
+ version="3.2.2">
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.8.0@aar') {
47
+ implementation ('es.situm:situm-sdk:3.9.1@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.8.0@aar') {
16
+ implementation('es.situm:situm-sdk:3.9.1@aar') {
17
17
  transitive = true
18
18
  }
19
19
  }