File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Add the dependency below to your module's `build.gradle` file:
2727
2828``` gradle
2929dependencies {
30- implementation("com.github.skydoves:whatif:1.1.4 ")
30+ implementation("com.github.skydoves:whatif:1.2.0 ")
3131}
3232```
3333
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ object Configuration {
33 const val targetSdk = 34
44 const val minSdk = 21
55 const val majorVersion = 1
6- const val minorVersion = 1
7- const val patchVersion = 4
6+ const val minorVersion = 2
7+ const val patchVersion = 0
88 const val versionName = " $majorVersion .$minorVersion .$patchVersion "
9- const val versionCode = 15
9+ const val versionCode = 16
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