We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc591f commit 6f17141Copy full SHA for 6f17141
app/build.gradle.kts
@@ -14,7 +14,7 @@ android {
14
15
val runTasks = gradle.startParameter.taskNames
16
val isDebugBuild = runTasks.any { it.contains("assembleDebug") }
17
- val build = 97 // alpha 0-31 | beta 32-63 | rc 64-95 | stable 96-99
+ val build = 98 // alpha 0-31 | beta 32-63 | rc 64-95 | stable 96-99
18
val major = 1
19
val minor = 2
20
val patch = 0
0 commit comments