mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-10 06:02:03 +01:00
committed by
GitHub
parent
c4dcfdc080
commit
62b89f20f3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user