@situm/react-native 3.12.0 → 3.12.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.
@@ -11,6 +11,10 @@ rootProject.allprojects {
11
11
  apply plugin: 'com.android.library'
12
12
 
13
13
  android {
14
+ if (project.android.hasProperty("namespace")) {
15
+ namespace 'com.situm.plugin'
16
+ }
17
+
14
18
  compileSdkVersion rootProject.ext.compileSdkVersion
15
19
 
16
20
  compileOptions {
@@ -1,4 +1,4 @@
1
- <manifest package="com.situm.plugin" xmlns:android="http://schemas.android.com/apk/res/android">
1
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
2
  <uses-permission android:name="android.permission.INTERNET" />
3
3
  <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
4
4
  <uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@situm/react-native",
3
- "version": "3.12.0",
3
+ "version": "3.12.2",
4
4
  "description": "Set of utilities that allow any developer to build React Native location based apps using Situm's indoor positioning system.",
5
5
  "private": false,
6
6
  "repository": "https://github.com/situmtech/react-native",
@@ -168,6 +168,6 @@
168
168
  "prettier": {},
169
169
  "sdkVersions": {
170
170
  "android": "3.20.0@aar",
171
- "ios": "3.20.0"
171
+ "ios": "3.21.0"
172
172
  }
173
173
  }