Compare commits

...

2 commits

Author SHA1 Message Date
ab66f2fdf1 docs(fdroid): fit categories (Inventory/Market) + versionCode 2
All checks were successful
ci / test-commons-core (push) Successful in 45s
ci / analyze (push) Successful in 1m28s
site / deploy (push) Successful in 29s
ci / test-app-seeds (push) Successful in 5m51s
Categories now Inventory + Market & Price + Science & Education (F-Droid has no
'Tools'; these match the app). Build entry and CurrentVersionCode bumped to 2 to
match the shipped 0.1.0 release. Description/screenshots come from the fastlane
metadata tree, not this recipe.
2026-07-17 07:31:47 +02:00
4fc343e57d Update gitignore 2026-07-16 22:21:27 +02:00
2 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View file

@ -11,3 +11,5 @@ node_modules/
# OS # OS
.DS_Store .DS_Store
Thumbs.db Thumbs.db
apps/app_seeds/fastlane/README.md
apps/app_seeds/TODO.org

View file

@ -19,6 +19,8 @@
# at apps/app_seeds) and the generated code (slang i18n + Drift via build_runner). # at apps/app_seeds) and the generated code (slang i18n + Drift via build_runner).
Categories: Categories:
- Inventory
- Market & Price
- Science & Education - Science & Education
License: AGPL-3.0-or-later License: AGPL-3.0-or-later
AuthorName: Comunes AuthorName: Comunes
@ -35,7 +37,7 @@ Repo: https://git.comunes.org/comunes/tane.git
Builds: Builds:
- versionName: 0.1.0 - versionName: 0.1.0
versionCode: 1 versionCode: 2
commit: v0.1.0 commit: v0.1.0
subdir: apps/app_seeds subdir: apps/app_seeds
sudo: sudo:
@ -59,4 +61,4 @@ Builds:
AutoUpdateMode: Version v%v AutoUpdateMode: Version v%v
UpdateCheckMode: Tags UpdateCheckMode: Tags
CurrentVersion: 0.1.0 CurrentVersion: 0.1.0
CurrentVersionCode: 1 CurrentVersionCode: 2