gradle: Disable dependency information for play console
Aurora Store isn't available on Google Play (yet) Ref: https://developer.android.com/build/dependencies#dependency-info-play Ref: https://apt.izzysoft.de/fdroid/index/info#signingblock Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -124,6 +124,11 @@ android {
|
||||
androidResources {
|
||||
generateLocaleConfig = true
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
includeInApk = false
|
||||
includeInBundle = false
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user