Add versioning (WIP)
Some checks failed
Flatpak / Flatpak (push) Failing after 8m4s

* Gradle Git Versioning Plugin
* Changelog
* Flatpack build workflow
This commit is contained in:
2025-11-03 19:21:18 +01:00
parent 143271adf9
commit 3d6a07e81c
6 changed files with 103 additions and 8 deletions

View File

@@ -33,6 +33,7 @@ logging-slf4j = { module = "org.slf4j:slf4j-simple", version = "2.0.17" }
logging = ["logging-jvm", "logging-slf4j"]
[plugins]
versioning = { id = "me.qoomon.git-versioning", version = "6.4.4"}
versions = { id = "com.github.ben-manes.versions", version = "0.53.0" }
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }