Merge pull request #11708 from nextcloud/dependabot/gradle/kotlin_version-1.8.22

Build(deps): Bump kotlin_version from 1.8.21 to 1.8.22
This commit is contained in:
Andy Scherzinger 2023-06-08 10:06:58 +02:00 committed by GitHub
commit 7273c29f90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ buildscript {
androidPluginVersion = '8.0.2'
appCompatVersion = '1.6.1'
jacoco_version = '0.8.10'
kotlin_version = '1.8.21'
kotlin_version = '1.8.22'
androidxTestVersion = "1.4.0"
daggerVersion = "2.46.1"
markwonVersion = "4.6.2"