1
0
Fork
You've already forked udderance-android-wrapper
0
Wrapper to run https://udderance.app completely offline
  • Java 100%
Find a file
Tavi 0223d0ada1
Tweaks
Signed-off-by: Tavi <tavi@divested.dev>
2025年07月08日 05:31:48 -04:00
.idea Initial commit 2025年06月26日 18:02:52 -04:00
app Update the README 2025年06月27日 20:27:12 -04:00
fastlane/metadata/android/en-US Update the README 2025年06月27日 20:27:12 -04:00
gradle Initial commit 2025年06月26日 18:02:52 -04:00
.gitignore Initial commit 2025年06月26日 18:02:52 -04:00
build.gradle Initial commit 2025年06月26日 18:02:52 -04:00
gradle.properties Initial commit 2025年06月26日 18:02:52 -04:00
gradlew Initial commit 2025年06月26日 18:02:52 -04:00
gradlew.bat Initial commit 2025年06月26日 18:02:52 -04:00
LICENSE Initial commit 2025年06月26日 18:02:52 -04:00
README.md Tweaks 2025年07月08日 05:31:48 -04:00
settings.gradle Initial commit 2025年06月26日 18:02:52 -04:00

Banner

Udderance Android Wrapper

Overview

This is a wrapper allowing for true offline usage of https://udderance.app

Usage

Get it on F-Droid

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