Dependencies upgrade

This commit is contained in:
Juha Heinanen
2022-08-07 11:37:15 +03:00
parent 52e854abe4
commit 158682634d
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ dependencies {
implementation "androidx.core:core-ktx:1.8.0"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1'
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation "androidx.activity:activity-ktx:1.5.0"
implementation "androidx.fragment:fragment-ktx:1.5.0"
implementation "androidx.activity:activity-ktx:1.5.1"
implementation "androidx.fragment:fragment-ktx:1.5.1"
implementation 'androidx.media:media:1.6.0'
}

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.7.0'
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()