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 39f7507 commit 916cd8dCopy full SHA for 916cd8d
README.md
@@ -17,7 +17,7 @@ repositories {
17
Then add as a module dependency:
18
```kotlin
19
dependencies {
20
- implementation("com.github.iamcalledrob:singleinstance:1.0.3")
+ implementation("com.github.iamcalledrob:singleinstance:1.0.4")
21
}
22
```
23
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
6
group = "com.github.iamcalledrob"
7
-version = "1.0.3"
+version = "1.0.4"
8
9
repositories {
10
mavenCentral()
0 commit comments