Skip to content

Commit

Permalink
Update gradle wrapper and ksp version
Browse files Browse the repository at this point in the history
  • Loading branch information
maurhofer-ubique committed Aug 12, 2024
1 parent 796f043 commit e993e50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ buildscript {

ext{
agp_version = "8.2.2"
kotlin_version = "1.9.20"
ksp_version = "1.9.20-1.0.13"
kotlin_version = "1.9.21"
ksp_version = "1.9.21-1.0.16"
}
repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip

0 comments on commit e993e50

Please sign in to comment.