Skip to content

Commit

Permalink
Update IndoorAtlas SDKs to 3.6.9 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
matti-ida authored May 7, 2024
1 parent db0fb95 commit e439594
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 3 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.6.4 - May 2024
----------------
* Update IndoorAtlas SDKs to 3.6.9

Version 3.6.3 - January 2024
----------------
* Update IndoorAtlas SDKs to 3.6.7 (iOS) and 3.6.8 (Android)
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.6.3",
"version": "3.6.4",
"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.6.3">
version="3.6.4">

<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.6.8'
implementation 'com.indooratlas.android:indooratlas-android-sdk:3.6.9'
}
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,11 @@ INDOORATLAS_API
* Returns the shared <IALocationManager> instance.
*/
+ (nonnull IALocationManager *)sharedInstance;

/**
* Extra features API.
*/
- (void)setObject:(nullable id)obj forKey:(nonnull id)key;
@end

#undef INDOORATLAS_API
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,11 @@ INDOORATLAS_API
* Returns the shared <IALocationManager> instance.
*/
+ (nonnull IALocationManager *)sharedInstance;

/**
* Extra features API.
*/
- (void)setObject:(nullable id)obj forKey:(nonnull id)key;
@end

#undef INDOORATLAS_API
Binary file not shown.
Binary file not shown.

0 comments on commit e439594

Please sign in to comment.