Change app metadata to match Jamfish fork, miscellaneous changes to accommodate F-droid builds.

This commit is contained in:
天クマ 2026-01-22 09:52:41 -03:00
commit a85bfbbb4c
31 changed files with 32 additions and 141 deletions

View file

@ -55,6 +55,11 @@ android {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
}
dependencies {