Skip to content

Commit 58da7cb

Browse files
dependabot[bot]Baseline Action
authored and
Baseline Action
committed
build(deps): bump com.google.devtools.ksp:symbol-processing-gradle-plugin
Bumps [com.google.devtools.ksp:symbol-processing-gradle-plugin](https://github.com/google/ksp) from 2.0.0-1.0.22 to 2.0.0-1.0.24. - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.0.0-1.0.22...2.0.0-1.0.24) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9efba1 commit 58da7cb

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

fluxo-kmp-conf/dependencies/compileClasspath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ com.github.ben-manes:gradle-versions-plugin:0.51.0
2121
com.github.gmazzo.buildconfig:com.github.gmazzo.buildconfig.gradle.plugin:5.3.5
2222
com.github.gmazzo.buildconfig:plugin:5.3.5
2323
com.google.code.findbugs:jsr305:3.0.2
24-
com.google.devtools.ksp:symbol-processing-gradle-plugin:2.0.0-1.0.22
24+
com.google.devtools.ksp:symbol-processing-gradle-plugin:2.0.0-1.0.24
2525
com.google.errorprone:error_prone_annotations:2.26.1
2626
com.google.guava:failureaccess:1.0.2
2727
com.google.guava:guava:33.2.1-jre

fluxo-kmp-conf/lint-baseline.xml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<issues format="6" by="lint 8.6.0-alpha05" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-alpha05)" variant="all" version="8.6.0-alpha05">
2+
<issues format="6" by="lint 8.6.0-alpha08" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-alpha08)" variant="all" version="8.6.0-alpha08">
33

44
<issue
55
id="StopShip"
@@ -10,4 +10,40 @@
1010
column="33"/>
1111
</issue>
1212

13+
<issue
14+
id="AndroidGradlePluginVersion"
15+
message="A newer version of com.android.library than 8.6.0-alpha08 is available: 8.6.0-beta02">
16+
<location
17+
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
18+
line="102"
19+
column="25"/>
20+
</issue>
21+
22+
<issue
23+
id="AndroidGradlePluginVersion"
24+
message="A newer version of com.android.library than 8.6.0-alpha08 is available: 8.6.0-beta02">
25+
<location
26+
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
27+
line="102"
28+
column="25"/>
29+
</issue>
30+
31+
<issue
32+
id="AndroidGradlePluginVersion"
33+
message="A newer version of com.android.tools.build:gradle than 8.6.0-alpha08 is available: 8.6.0-beta02">
34+
<location
35+
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
36+
line="102"
37+
column="25"/>
38+
</issue>
39+
40+
<issue
41+
id="AndroidGradlePluginVersion"
42+
message="A newer version of com.android.tools.build:gradle than 8.6.0-alpha08 is available: 8.6.0-beta02">
43+
<location
44+
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
45+
line="102"
46+
column="25"/>
47+
</issue>
48+
1349
</issues>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ kotlin = "2.0.0"
3131
jetbrains-compose = "1.6.11"
3232

3333
# https://github.com/google/ksp/releases
34-
ksp = "2.0.0-1.0.22"
34+
ksp = "2.0.0-1.0.24"
3535

3636
# region Android specific
3737

0 commit comments

Comments
 (0)