Commit dc72309c authored by Rebecca Hughes's avatar Rebecca Hughes

Remove default bluetooth permission

parent 3cf6a70d
...@@ -109,6 +109,7 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand ...@@ -109,6 +109,7 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand
## Release Notes ## Release Notes
* 0.8.3 removes the default bluetooth permission
* 0.8.2 change deployment target to iOS 8 * 0.8.2 change deployment target to iOS 8
* 0.8.1 removes unnecessary peerDependencies * 0.8.1 removes unnecessary peerDependencies
* 0.8.0 tweaks how device locale works on Android. If it's available it will use the toLanguageTag that is more inline with iOS. (See #14) * 0.8.0 tweaks how device locale works on Android. If it's available it will use the toLanguageTag that is more inline with iOS. (See #14)
......
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.learnium.RNDeviceInfo"> package="com.learnium.RNDeviceInfo">
<uses-permission android:name="android.permission.BLUETOOTH"/>
</manifest> </manifest>
{ {
"name": "react-native-device-info", "name": "react-native-device-info",
"version": "0.8.2", "version": "0.8.3",
"description": "Get device information using react-native", "description": "Get device information using react-native",
"main": "deviceinfo.js", "main": "deviceinfo.js",
"repository": { "repository": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment