Dashchan-Extensions
Dashchan-Extensions copied to clipboard
Dashchan extensions
Dashchan Extensions
This repositories contains supported extensions.
Old extensions are placed under their own specific branch. It's planned to move them all into master branch.
Building Guide
- Install JDK 8 or higher
- Install Android SDK, define
ANDROID_HOME
environment variable or setsdk.dir
inlocal.properties
- Run
./gradlew :extensions:%CHAN_NAME%:assembleRelease
The resulting APK file will appear in extensions/%CHAN_NAME%/build/outputs/apk
directory.
Build Signed Binary
You can create keystore.properties
in the source code directory with the following properties:
store.file=%PATH_TO_KEYSTORE_FILE%
store.password=%KEYSTORE_PASSWORD%
key.alias=%KEY_ALIAS%
key.password=%KEY_PASSWORD%
License
Extensions are available under the GNU General Public License, version 3 or later.