Remove google encrypted blob from signing block

This commit is contained in:
sim 2025-01-15 16:34:36 +01:00
parent 733570bb50
commit eced5c68ab

View file

@ -11,6 +11,11 @@ android {
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_17
}
dependenciesInfo {
// Disables dependency metadata when building APKs and Bundles.
includeInApk = false
includeInBundle = false
}
compileSdk = 35