From c551aff47463d44e5943189ce3ab7e7a76ff16e8 Mon Sep 17 00:00:00 2001 From: J-Jamet Date: Thu, 5 May 2022 15:10:30 +0200 Subject: [PATCH] Upgrade libs --- app/build.gradle | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5bd722872..5f826fa04 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -105,7 +105,7 @@ dependencies { implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01' implementation 'androidx.documentfile:documentfile:1.0.1' implementation 'androidx.biometric:biometric:1.1.0' - implementation 'androidx.media:media:1.5.0' + implementation 'androidx.media:media:1.6.0' // Lifecycle - LiveData - ViewModel - Coroutines implementation "androidx.core:core-ktx:$android_core_version" implementation 'androidx.fragment:fragment-ktx:1.4.1' diff --git a/build.gradle b/build.gradle index 800031038..6f9e108a5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,9 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.6.20' + ext.kotlin_version = '1.6.21' ext.android_core_version = '1.7.0' ext.android_appcompat_version = '1.4.1' - ext.android_material_version = '1.5.0' + ext.android_material_version = '1.6.0' ext.android_test_version = '1.4.0' repositories { mavenCentral()