We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df8967 commit 040dfb5Copy full SHA for 040dfb5
1 file changed
app/build.gradle.kts
@@ -44,6 +44,9 @@ android {
44
)
45
signingConfig = signingConfigs.getByName("release")
46
}
47
+ debug {
48
+ applicationIdSuffix = ".debug"
49
+ }
50
51
compileOptions {
52
sourceCompatibility = JavaVersion.toVersion(libs.versions.javaVersion.get())
@@ -56,6 +59,10 @@ android {
56
59
compose = true
57
60
buildConfig = true
58
61
62
+ dependenciesInfo {
63
+ includeInApk = false
64
+ includeInBundle = false
65
66
67
68
dependencies {
0 commit comments