Skip to content

Commit

Permalink
Update IndoorAtlas SDKs to version 3.0.2 (#23)
Browse files Browse the repository at this point in the history
* Update IndoorAtlas SDKs to version 3.0.2

* Update Info.plist with wrapper keys
  • Loading branch information
matti-ida authored Jun 4, 2019
1 parent 5f9ed97 commit e62d7c5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 2.10.2 - June 2019
------------------------------
* Update IndoorAtlas SDKs to 3.0.2

Version 2.10.1 - May 2019
------------------------------
* Update IndoorAtlas SDKs to 3.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-indooratlas",
"version": "2.10.1",
"version": "2.10.2",
"description": "Cordova plugin using IndoorAtlas SDK.",
"cordova": {
"id": "cordova-plugin-indooratlas",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-indooratlas"
version="2.10.1">
version="2.10.2">

<name>IndoorAtlas</name>
<description>IndoorAtlas Cordova Plugin.</description>
Expand Down Expand Up @@ -45,7 +45,7 @@
<key>name</key>
<string>cordova</string>
<key>version</key>
<string>2.10.0</string>
<string>2.10.2</string>
</dict>
</config-file>
<framework src="CFNetwork.framework"/>
Expand Down
2 changes: 1 addition & 1 deletion src/android/indooratlas.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ repositories {

dependencies {
compile 'com.android.support:appcompat-v7:27.0.2'
compile 'com.indooratlas.android:indooratlas-android-sdk:3.0.1'
compile 'com.indooratlas.android:indooratlas-android-sdk:3.0.2'
}
Binary file modified src/ios/IndoorAtlas/IndoorAtlas.framework/IndoorAtlas
Binary file not shown.
Binary file modified src/ios/IndoorAtlas/IndoorAtlas.framework/Info.plist
Binary file not shown.

0 comments on commit e62d7c5

Please sign in to comment.