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 8726a02 commit 4e8f0b5Copy full SHA for 4e8f0b5
app/build.gradle.kts
@@ -13,7 +13,7 @@ android {
13
14
val runTasks = gradle.startParameter.taskNames
15
val isDebugBuild = runTasks.any { it.contains("assembleDebug") }
16
- val build = 33 // alpha 0-31 | beta 32-63 | rc 64-95 | stable 96-99
+ val build = 35 // alpha 0-31 | beta 32-63 | rc 64-95 | stable 96-99
17
val major = 1
18
val minor = 2
19
val patch = 0
0 commit comments