Skip to content

Commit d7471d1

Browse files
committed
version code include -debug for debug builds,
1 parent 6b9a4e3 commit d7471d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ android {
4848
}
4949

5050
buildTypes {
51-
debug {}
51+
debug {
52+
versionNameSuffix = "-debug"
53+
}
5254
create("benchmark") {
5355
initWith(buildTypes.getByName("release"))
5456
matchingFallbacks += listOf("release")

0 commit comments

Comments
 (0)