We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f07d50 commit 2f0b12dCopy full SHA for 2f0b12d
app/build.gradle.kts
@@ -8,6 +8,14 @@ android {
8
namespace = "com.destructo.botox"
9
compileSdk = 34
10
11
+ dependenciesInfo {
12
+ // Disables dependency metadata when building APKs.
13
+ includeInApk = false
14
+ // Disables dependency metadata when building Android App Bundles.
15
+ includeInBundle = false
16
+ }
17
+
18
19
defaultConfig {
20
applicationId = "com.destructo.botox"
21
minSdk = 24
0 commit comments