Skip to content

Commit b9814bb

Browse files
build(deps): Update Kotlin and KSP versions and increment patch version
This commit updates the Kotlin and KSP versions in `gradle/libs.versions.toml` and increments the patch version in `app/build.gradle.kts`. - Kotlin version updated from "2.2.10" to "2.2.20". - KSP version updated from "2.2.10-2.0.2" to "2.2.20-2.0.3". - Application patch version incremented from 0 to 1. - Application build version reset from 3 to 0. Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
1 parent 543106e commit b9814bb

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

5+
## [Coming Soon](https://github.com/DroidWorksStudio/mLauncher/tree/main) - TBD
6+
7+
### Build:
8+
9+
* Update Kotlin and KSP versions and increment patch version ([cdfc3708](https://github.com/DroidWorksStudio/mLauncher/commit/cdfc3708))
10+
511
## [1.11.0.3](https://github.com/DroidWorksStudio/mLauncher/tree/1.11.0.3) - (15, September 2025)
612

713
### Bug Fixes:

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ plugins {
99
// Top of build.gradle.kts
1010
val major = 1
1111
val minor = 11
12-
val patch = 0
13-
val build = 3
12+
val patch = 1
13+
val build = 0
1414

1515
val type = 0 // 1=beta, 2=alpha else=production
1616

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[versions]
44
agp = "8.11.1"
5-
kotlin = "2.2.10"
5+
kotlin = "2.2.20"
66
viewpager2 = "1.1.0"
77

88
# AndroidX Core and AppCompat
@@ -54,7 +54,7 @@ activity = "1.11.0"
5454

5555
# Database
5656
moshi = "1.15.2"
57-
ksp = "2.2.10-2.0.2"
57+
ksp = "2.2.20-2.0.3"
5858

5959
[libraries]
6060
# Core Libraries

0 commit comments

Comments
 (0)