mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 19:54:44 -07:00
Remove google encrypted blob from signing block
This commit is contained in:
parent
733570bb50
commit
eced5c68ab
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue