Bump versjon til v1.6.1 (versionCode 10)
- Fjern dependency metadata frå APK-signeringsblokka (dependenciesInfo) for F-Droid-kompatibilitet Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
8e684f868e
commit
f5c064ab92
1 changed files with 7 additions and 2 deletions
|
|
@ -14,8 +14,13 @@ android {
|
|||
applicationId = "no.naiv.tilfluktsrom"
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 9
|
||||
versionName = "1.6.0"
|
||||
versionCode = 10
|
||||
versionName = "1.6.1"
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
includeInApk = false
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue