Skip to content

Commit 9342f22

Browse files
committed
gradle: Set continuous as the default build type
We cannot enable optimizations by default in debug builds, so simply set our new variant as the default Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
1 parent 407d373 commit 9342f22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ configure<ApplicationExtension> {
9999
initWith(getByName("release"))
100100
applicationIdSuffix = ".continuous"
101101
signingConfig = signingConfigs.getByName("debug")
102+
isDefault = true
102103
}
103104
}
104105

0 commit comments

Comments
 (0)