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 @@ -68,8 +68,8 @@ Add the dependency below into your **module**'s `build.gradle` file:
6868
6969``` gradle
7070dependencies {
71- implementation("com.github.skydoves:sealedx-core:1.0.3 ")
72- ksp("com.github.skydoves:sealedx-processor:1.0.3 ")
71+ implementation("com.github.skydoves:sealedx-core:1.0.4 ")
72+ ksp("com.github.skydoves:sealedx-processor:1.0.4 ")
7373}
7474```
7575
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 = 0
7- const val patchVersion = 3
7+ const val patchVersion = 4
88 const val versionName = " $majorVersion .$minorVersion .$patchVersion "
9- const val versionCode = 4
9+ const val versionCode = 5
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