Lübeck Mensa Widget is an Android application that displays the menu of the cafeteria and mensa located in the university district of Lübeck. The app only provides a widget for users to access the daily menu directly from their device's home screen.
You can also get the app and its updates via Obtainium, but you will have to enable pre-releases for now:
<img alt="Get it on Obtainium" src="https://raw.githubusercontent.com/ImranR98/Obtainium/main/assets/graphics/badge_obtainium.png" width=130 />
./gradlew app:assembleDebug
If you encounter any problems, fix them yourself (or open an issue)!
When you want to create a new release, follow these steps:
versionName
(e.g. 1.2.3) and increase the versionCode
(e.g. 3) in app/build.gradle.kts
git commit -am v1.2.3
)git tag v1.2.3
). Make sure your tag name's format is v*.*.*
git push && git push --tags
)After building successfully, the action will publish the release artifacts in a new release draft that will be created on GitHub with download links for the app.