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
+2 -2
View File
@@ -63,7 +63,7 @@ dependencies {
implementation "androidx.core:core-ktx:1.8.0" implementation "androidx.core:core-ktx:1.8.0"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1'
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation "androidx.activity:activity-ktx:1.5.0" implementation "androidx.activity:activity-ktx:1.5.1"
implementation "androidx.fragment:fragment-ktx:1.5.0" implementation "androidx.fragment:fragment-ktx:1.5.1"
implementation 'androidx.media:media:1.6.0' implementation 'androidx.media:media:1.6.0'
} }
+1 -1
View File
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.7.0' ext.kotlin_version = '1.7.10'
repositories { repositories {
google() google()
mavenCentral() mavenCentral()