Skip to content

Commit 6f17141

Browse files
committed
[Version] Updated to 1.2.0
1 parent dcc591f commit 6f17141

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
@@ -14,7 +14,7 @@ android {
1414

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

0 commit comments

Comments
 (0)