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 429428b commit 2aab1c4Copy full SHA for 2aab1c4
README.md
@@ -34,7 +34,7 @@ allprojects {
34
And add a dependency code to your **module**'s `build.gradle` file.
35
```gradle
36
dependencies {
37
- implementation "com.github.skydoves:whatif:1.1.0"
+ implementation "com.github.skydoves:whatif:1.1.1"
38
}
39
```
40
gradle.properties
@@ -30,7 +30,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
30
# Maven
31
GROUP=com.github.skydoves
32
33
-VERSION_NAME=1.1.1-SNAPSHOT
+VERSION_NAME=1.1.2-SNAPSHOT
POM_DESCRIPTION=WhatIf is kotlin extensions for expressing a single if-else statement, nullable and boolean.
0 commit comments