[ANDROID] FDroid releases

This commit is contained in:
Kamil Gurgul
2026-03-16 07:23:53 +01:00
parent 6438787134
commit 1fcfd28cd7
2 changed files with 7 additions and 1 deletions
@@ -24,7 +24,7 @@ object AndroidVersions {
private const val VERSION_MAJOR = 6
private const val VERSION_MINOR = 6
private const val VERSION_PATCH = 0
private const val VERSION_PATCH = 1
const val VERSION_CODE = VERSION_MAJOR * 10000 + VERSION_MINOR * 100 + VERSION_PATCH
const val WEAR_VERSION_CODE =
@@ -0,0 +1,6 @@
* Fix tile issue #490
* Add more Wi-Fi info #92
* Use Material You colors for progress #376
* Add progress bar for RAM #448
* Add more batter info #86
* Libs update