mirror of
https://github.com/dstark5/Openlib.git
synced 2025-07-03 13:06:47 +08:00
Removed dependency metadata on release build
This commit is contained in:
@ -36,6 +36,13 @@ android {
|
||||
versionName = flutter.versionName
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
// Disables dependency metadata when building APKs.
|
||||
includeInApk = false
|
||||
// Disables dependency metadata when building Android App Bundles.
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
keyAlias = keystoreProperties['keyAlias']
|
||||
|
Reference in New Issue
Block a user