Skip to content

Commit

Permalink
Update to SDK 3.4.7 (#53)
Browse files Browse the repository at this point in the history
* Update to SDK 3.4.7

* Update README
  • Loading branch information
matti-ida authored Jun 16, 2021
1 parent d213ae7 commit 5290ac6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 3.4.3 - June 2021
----------------
* Update IndoorAtlas SDKs to 3.4.7

Version 3.4.2 - April 2021
----------------
* Android SDK repository moved from Bintray to Cloudsmith
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
_This plugin has recently been updated to a new version 3.x with new a new API.
Refer `migration-guide.md` for instructions on migrating from 2.x versions or
for instructions on staying in the old version until you have time to migrate._
_IndoorAtlas React Native plugin can be found in `react-native` branch_

# IndoorAtlas Cordova Plugin <img src="https://img.shields.io/github/release/IndoorAtlas/cordova-plugin.svg">

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": "3.4.1",
"version": "3.4.3",
"description": "Cordova plugin using IndoorAtlas SDK.",
"cordova": {
"id": "cordova-plugin-indooratlas",
Expand Down
2 changes: 1 addition & 1 deletion 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="3.4.1">
version="3.4.3">

<name>IndoorAtlas</name>
<description>IndoorAtlas Cordova Plugin.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ repositories {

dependencies {
implementation 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.indooratlas.android:indooratlas-android-sdk:3.4.3'
implementation 'com.indooratlas.android:indooratlas-android-sdk:3.4.7'
}
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 5290ac6

Please sign in to comment.