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 e324b88 commit 83a1ff7Copy full SHA for 83a1ff7
build.gradle.kts
@@ -9,11 +9,11 @@ plugins {
9
}
10
11
allprojects {
12
- val versionCode by extra { 3_000_001 }
13
- val versionName by extra { "3.0.1" }
+ val versionCode by extra { 3_000_002 }
+ val versionName by extra { "3.0.2" }
14
15
group = "io.github.thibaultbee.streampack"
16
- version = versionName
+ version = "$versionName-SNAPSHOT"
17
18
19
subprojects {
0 commit comments