Skip to content

Commit 5f291b0

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 9c39085 commit 5f291b0

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
@@ -96,6 +96,7 @@ configure<ApplicationExtension> {
9696
initWith(getByName("release"))
9797
applicationIdSuffix = ".continuous"
9898
signingConfig = signingConfigs.getByName("debug")
99+
isDefault = true
99100
}
100101
}
101102

0 commit comments

Comments
 (0)