Skip to content

Commit c7e5026

Browse files
all: bump com.google.devtools.ksp to 2.3.6 (fixes #11390) (#11354)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi <dogi@users.noreply.github.com>
1 parent 59d5075 commit c7e5026

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "org.ole.planet.myplanet"
1212
minSdk = 26
1313
targetSdk = 36
14-
versionCode = 4639
15-
versionName = "0.46.39"
14+
versionCode = 4640
15+
versionName = "0.46.40"
1616
ndkVersion = '26.3.11579264'
1717
vectorDrawables.useSupportLibrary = true
1818
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin = "2.3.10"
33
androidGradlePlugin = "9.0.1"
44
realmGradlePlugin = "10.19.0"
55
hilt = "2.59.1"
6-
ksp = "2.3.5"
6+
ksp = "2.3.6"
77
hiltWork = "1.3.0"
88
media3 = "1.9.2"
99
retrofit2 = "3.0.0"

0 commit comments

Comments
 (0)