File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Add the KSP plugin below into your **module**'s `build.gradle` file:
4343
4444``` kotlin
4545plugins {
46- id(" com.google.devtools.ksp" ) version " 1.8.10 -1.0.9 "
46+ id(" com.google.devtools.ksp" ) version " 1.9.0 -1.0.12 "
4747}
4848```
4949</details >
@@ -53,7 +53,7 @@ plugins {
5353
5454``` kotlin
5555plugins {
56- id(" com.google.devtools.ksp" ) version " 1.8.10 -1.0.9 "
56+ id(" com.google.devtools.ksp" ) version " 1.9.0 -1.0.12 "
5757}
5858```
5959</details >
@@ -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.1 ")
72- ksp("com.github.skydoves:sealedx-processor:1.0.1 ")
71+ implementation("com.github.skydoves:sealedx-core:1.0.2 ")
72+ ksp("com.github.skydoves:sealedx-processor:1.0.2 ")
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 = 1
7+ const val patchVersion = 2
88 const val versionName = " $majorVersion .$minorVersion .$patchVersion "
9- const val versionCode = 2
9+ const val versionCode = 3
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