Skip to content

Commit 4e8f0b5

Browse files
committed
[Version] Updated to 1.2.0-beta04
1 parent 8726a02 commit 4e8f0b5

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
@@ -13,7 +13,7 @@ android {
1313

1414
val runTasks = gradle.startParameter.taskNames
1515
val isDebugBuild = runTasks.any { it.contains("assembleDebug") }
16-
val build = 33 // alpha 0-31 | beta 32-63 | rc 64-95 | stable 96-99
16+
val build = 35 // alpha 0-31 | beta 32-63 | rc 64-95 | stable 96-99
1717
val major = 1
1818
val minor = 2
1919
val patch = 0

0 commit comments

Comments
 (0)