Skip to content

Commit 59e8aa8

Browse files
Increment build number to 5
The build number for the application has been incremented from 4 to 5. This change affects the `app/build.gradle.kts` file. Signed-off-by: CreativeCodeCat <[email protected]>
1 parent f4fa8d4 commit 59e8aa8

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 = 6
13-
val build = 4
13+
val build = 5
1414

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

0 commit comments

Comments
 (0)