Skip to content

Commit

Permalink
Update Kotlin and Ksp (#40)
Browse files Browse the repository at this point in the history
* Update all non-major dependencies (#97)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency gradle to v8.11.1 (#98)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update all non-major dependencies to v2.1.0 (#99)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* update ksp

* Update dependency com.google.devtools.ksp to v2.1.0-1.0.28

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
lings03 and renovate[bot] authored Nov 27, 2024
1 parent 8c040ef commit a2638a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
accompanistPager = "0.36.0"
accompanistPermissions = "0.36.0"
agp = "8.6.1"
agp = "8.7.2"
shizuku = "13.1.5"
coilCompose = "2.7.0"
commonsCompress = "1.27.1"
Expand All @@ -11,7 +11,7 @@ datastorePreferences = "1.1.1"
documentfile = "1.0.1"
glide = "4.16.0"
gson = "2.11.0"
kotlin = "2.0.21"
kotlin = "2.1.0"
junit = "4.13.2"
kotlinxSerializationJson = "1.7.3"
activityCompose = "1.9.3"
Expand All @@ -30,8 +30,8 @@ xZipJbindingXandroid = "Release-16.02-2.02"
zip4j = "2.11.5"
roomVersion = "2.6.1"
desugar = "2.1.3"
serialization = "2.0.21"
ksp = "2.0.21-1.0.27"
serialization = "2.1.0"
ksp = "2.1.0-1.0.28"
androidxRuntimeLivedata = "1.7.5"
androidxRuntimeRxjava2 = "1.7.5"
composeBom = "2024.11.00"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit a2638a7

Please sign in to comment.