1
0
mirror of https://github.com/avinal/nikki.git synced 2026-07-03 21:40:09 +05:30

Add Fastlane metadata and F-Droid build config

Fastlane structure:
- short_description.txt (< 80 chars)
- full_description.txt (feature list)
- changelogs/1.txt (v1.0.0 release notes)
- images/icon.png (512x512 from logo SVG)

Build config:
- dependenciesInfo disabled (F-Droid requirement)

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context)
This commit is contained in:
2026-06-05 15:05:23 +05:30
parent 033413cf3e
commit 6b1d798c95
5 changed files with 37 additions and 0 deletions
+5
View File
@@ -39,6 +39,11 @@ android {
}
}
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11