Skip to content

Commit f1c9ca4

Browse files
Update build number
Increments the build number from 1 to 2. Signed-off-by: CreativeCodeCat <[email protected]>
1 parent a978977 commit f1c9ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
val major = 1
1111
val minor = 10
1212
val patch = 9
13-
val build = 1
13+
val build = 2
1414

1515
val type = 0 // 1=beta, 2=alpha else=production
1616

0 commit comments

Comments
 (0)