Skip to content

Commit

Permalink
升级kotlin、ksp版本至1.9.23、1.9.23-1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing committed Mar 25, 2024
1 parent a7e09e5 commit bbf11f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {

ext.kotlin_version = '1.9.22'
ext.kotlin_version = '1.9.23'

repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rxlife_version=2.2.2
rxhttp_version=3.2.4

lifecycle_version=2.6.2
ksp_version=1.9.22-1.0.17
ksp_version=1.9.23-1.0.19

fastjson_version=1.2.76
jackson_version=2.14.2
Expand Down

0 comments on commit bbf11f1

Please sign in to comment.