Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit ba08ef0

Browse files
author
soliury
committed
Merge branch 'master' of github.com:soliury/noder-react-native into v1.0.0-alpha2
2 parents 3bece10 + c350457 commit ba08ef0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This project is heavily influenced by the above modules.
6565

6666
## Change log
6767

68-
Please read [CHANGELOG]()
68+
Please read [CHANGELOG](https://github.com/soliury/noder-react-native/releases)
6969

7070
## Contribute
7171

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
package="com.noder">
33

44
<uses-permission android:name="android.permission.INTERNET" />
5+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
6+
<uses-permission android:name="android.permission.VIBRATE"/>
57

68
<application
79
android:allowBackup="true"

0 commit comments

Comments
 (0)