This directory stores metadata and submission notes for publishing Truesight to F-Droid.
org.sarkhel.truesight.yml: metadata file to submit infdroiddata/metadata/.
- Confirm release tag and app version values match:
app/build.gradle.kts(versionName,versionCode)fdroid/org.sarkhel.truesight.yml(CurrentVersion,CurrentVersionCode, latestBuildsentry)
- Verify Android build from source:
./gradlew :app:assembleRelease
- Verify tests and lint:
./gradlew lintAll testDebugUnitTest :shared:test
- Ensure release tag exists and points to the exact build commit:
git tag --list 'v*'
- Fork
https://gitlab.com/fdroid/fdroiddata. - Create
metadata/org.sarkhel.truesight.ymlusing this repository copy. - Run in your
fdroiddataclone:fdroid readmetafdroid lint org.sarkhel.truesightfdroid build -v -l org.sarkhel.truesight
- Open merge request to
fdroiddatawith build logs.