Skip to content

Commit

Permalink
Update to SDK 3.4.7 (#53) (#54)
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 e892a76 commit 79160c0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 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/React.Native Plugin <img src="https://img.shields.io/github/release/IndoorAtlas/cordova-plugin.svg">

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "react-native-indooratlas",
"version": "3.4.1",
"version": "3.4.3",
"description": "React.Native plugin using IndoorAtlas SDK.",
"homepage": "https://github.com/indooratlas/cordova-plugin/tree/react-native",
"repository": {
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 @@ -27,6 +27,6 @@ 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'
implementation project(':react-native-cordova')
}
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 79160c0

Please sign in to comment.