update kotlin and libraries

* kotlin 1.6.21 -> 1.7.10
* navigation-fragment-ktx 2.4.2 -> 2.5.0
* navigation-ui-ktx 2.4.2 -> 2.5.0
* lifecycle-runtime-ktx 2.4.1 -> 2.5.0
* lifecycle-viewmodel-ktx 2.4.1 -> 2.5.0
This commit is contained in:
2022-07-10 13:19:59 +02:00
parent c34b95795f
commit 69e0b6bcca
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.6.21"
ext.kotlin_version = "1.7.10"
ext.ktor_version = "1.6.8"
ext.exo_version = "2.17.1"
repositories {