Update CONTRIBUTING.md (#19586)

a -> an
This commit is contained in:
Ikko Eltociear Ashimine
2024-01-08 05:09:40 +09:00
committed by GitHub
parent c4dcfdc080
commit 62b89f20f3

View File

@@ -217,7 +217,7 @@ src/<lang>/<mysourcename>/
```
#### AndroidManifest.xml
A minimal [Android manifest file](https://developer.android.com/guide/topics/manifest/manifest-intro) is needed for Android to recognize a extension when it's compiled into an APK file. You can also add intent filters inside this file (see [URL intent filter](#url-intent-filter) for more information).
A minimal [Android manifest file](https://developer.android.com/guide/topics/manifest/manifest-intro) is needed for Android to recognize an extension when it's compiled into an APK file. You can also add intent filters inside this file (see [URL intent filter](#url-intent-filter) for more information).
#### build.gradle
Make sure that your new extension's `build.gradle` file follows the following structure: