tane/apps/app_seeds/android
vjrj 8bec7dcde2
All checks were successful
release / android (push) Successful in 13m47s
feat(android): split release APK per ABI for F-Droid
Adds a versionCodeOverride to build.gradle.kts (F-Droid requires distinct
versionCodes per split APK; Google Play's App Bundle is unaffected since
this only touches the application-variant/APK output). Bumps to 0.1.2+4.

Verified locally: flutter build apk --release --split-per-abi produces
app-{armeabi-v7a,arm64-v8a,x86_64}-release.apk with versionCode 31/32/33.
2026-07-17 17:36:18 +02:00
..
app feat(android): split release APK per ABI for F-Droid 2026-07-17 17:36:18 +02:00
gradle/wrapper feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00
.gitignore feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00
build.gradle.kts feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00
gradle.properties feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00
settings.gradle.kts feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00