mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Bump kotlin_version from 1.8.22 to 1.9.22
Bumps `kotlin_version` from 1.8.22 to 1.9.22. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.22 to 1.9.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.22) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.8.22 to 1.9.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f0096fc8fb
commit
70d07d8f23
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ buildscript {
|
|||
androidPluginVersion = '8.2.2'
|
||||
appCompatVersion = '1.6.1'
|
||||
jacoco_version = '0.8.11'
|
||||
kotlin_version = '1.8.22'
|
||||
kotlin_version = '1.9.22'
|
||||
androidxTestVersion = "1.5.0"
|
||||
daggerVersion = "2.50"
|
||||
markwonVersion = "4.6.2"
|
||||
|
|
Loading…
Reference in a new issue