Skip to content

Commit dc9ef28

Browse files
Increment build number
The build number has been incremented from 2 to 3 in `app/build.gradle.kts`.
1 parent c50b343 commit dc9ef28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = 11
1212
val patch = 1
13-
val build = 2
13+
val build = 3
1414

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

0 commit comments

Comments
 (0)