Parcourir la source

Fix path to AndroidManifest.xml

Jakob Krigovsky il y a 5 ans
Parent
révision
fcbdf6b554
No account linked to committer's email address
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      README.md

+ 1
- 1
README.md Voir le fichier

105
 
105
 
106
 ### Android
106
 ### Android
107
 
107
 
108
-Add all wanted permissions to your app `android/app/src/main/res/AndroidManifest.xml` file:
108
+Add all wanted permissions to your app `android/app/src/main/AndroidManifest.xml` file:
109
 
109
 
110
 ```xml
110
 ```xml
111
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
111
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"