File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626Add the dependency below to your module's ` build.gradle ` file:
2727``` gradle
2828dependencies {
29- implementation "com.github.skydoves:whatif:1.1.2 "
29+ implementation "com.github.skydoves:whatif:1.1.3 "
3030}
3131```
3232
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ object Configuration {
44 const val minSdk = 21
55 const val majorVersion = 1
66 const val minorVersion = 1
7- const val patchVersion = 2
7+ const val patchVersion = 3
88 const val versionName = " $majorVersion .$minorVersion .$patchVersion "
9- const val versionCode = 13
9+ const val versionCode = 14
1010 const val snapshotVersionName = " $majorVersion .$minorVersion .${patchVersion + 1 } -SNAPSHOT"
1111 const val artifactGroup = " com.github.skydoves"
1212}
You can’t perform that action at this time.
0 commit comments