Wrapper to run https://udderance.app completely offline
|
|
||
|---|---|---|
| .idea | Initial commit | |
| app | Update the README | |
| fastlane/metadata/android/en-US | Update the README | |
| gradle | Initial commit | |
| .gitignore | Initial commit | |
| build.gradle | Initial commit | |
| gradle.properties | Initial commit | |
| gradlew | Initial commit | |
| gradlew.bat | Initial commit | |
| LICENSE | Initial commit | |
| README.md | Tweaks | |
| settings.gradle | Initial commit | |
Udderance Android Wrapper
Overview
This is a wrapper allowing for true offline usage of https://udderance.app
Usage
Compiling
git clone https://github.com/divestedcg/udderance
currentTag=$(git describe --tags --abbrev=0)
cd udderance
git checkout $currentTag
bash prepare-mulberry.sh
bash generate.sh
bash package-android.sh
cd ..
mkdir -v app/src/main/assets
mv -v udderance/output-android/* app/src/main/assets/
gradle assembleRelease