Updated metadata and removed google proprietary crap
All checks were successful
Android Release Build / build (push) Successful in 9s

This commit is contained in:
partisan 2025-05-06 10:41:07 +02:00
parent 16377221fd
commit 57ef2764a7
21 changed files with 49 additions and 37 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId = "partisan.weforge.xyz.pulse"
minSdk = 29
targetSdk = 34
versionCode = 9
versionName = "1.3.0"
versionCode = 10
versionName = "1.3.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@ -50,6 +50,13 @@ android {
lint {
disable += 'MissingTranslation'
}
dependenciesInfo {
// Disables dependency metadata when building APKs (for IzzyOnDroid/F-Droid)
includeInApk = false
// Disables dependency metadata when building Android App Bundles (for Google Play)
includeInBundle = false
}
}
dependencies {