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 c9fd507 commit 164418dCopy full SHA for 164418d
gradle.properties
@@ -1,7 +1,7 @@
1
org.gradle.configuration-cache=false
2
android.useAndroidX=true
3
GROUP=dev.mattramotar.meeseeks
4
-VERSION_NAME=0.6.0-SNAPSHOT
+VERSION_NAME=0.6.0-alpha02
5
POM_PACKAGING=pom
6
POM_DESCRIPTION=A Kotlin Multiplatform library for scheduling and managing background tasks
7
POM_URL=https://github.com/matt-ramotar/meeseeks
gradle/libs.versions.toml
@@ -12,7 +12,7 @@ kover = "0.9.0-RC"
12
ksp = "2.0.21-1.0.25"
13
mokkery-gradle = "2.5.1"
14
molecule-runtime = "2.0.0"
15
-meeseeks = "0.6.0-SNAPSHOT"
+meeseeks = "0.6.0-alpha02"
16
dokka = "1.9.20"
17
maven-publish-plugin = "0.34.0"
18
buildkonfig = "0.15.1"
0 commit comments