File tree Expand file tree Collapse file tree 3 files changed +39
-3
lines changed Expand file tree Collapse file tree 3 files changed +39
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ com.github.ben-manes:gradle-versions-plugin:0.51.0
21
21
com.github.gmazzo.buildconfig:com.github.gmazzo.buildconfig.gradle.plugin:5.3.5
22
22
com.github.gmazzo.buildconfig:plugin:5.3.5
23
23
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
25
25
com.google.errorprone:error_prone_annotations:2.26.1
26
26
com.google.guava:failureaccess:1.0.2
27
27
com.google.guava:guava:33.2.1-jre
Original file line number Diff line number Diff line change 1
1
<?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 " >
3
3
4
4
<issue
5
5
id =" StopShip"
10
10
column =" 33" />
11
11
</issue >
12
12
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
+
13
49
</issues >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ kotlin = "2.0.0"
31
31
jetbrains-compose = " 1.6.11"
32
32
33
33
# https://github.com/google/ksp/releases
34
- ksp = " 2.0.0-1.0.22 "
34
+ ksp = " 2.0.0-1.0.24 "
35
35
36
36
# region Android specific
37
37
You can’t perform that action at this time.
0 commit comments