From 1f931ec6e2e6f1ea85c8a9c27c0147ad006d489c Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Sat, 3 Jul 2021 16:46:19 +0200 Subject: [PATCH] Update libraries --- app/build.gradle | 4 ++-- build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 062f87d5..cec903ae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,11 +42,11 @@ dependencies { def room_version = "2.3.0" def jellyfin_version = "1.0.0-beta.9" - implementation 'androidx.core:core-ktx:1.5.0' + implementation 'androidx.core:core-ktx:1.6.0' implementation 'androidx.appcompat:appcompat:1.3.0' // Material - implementation 'com.google.android.material:material:1.3.0' + implementation 'com.google.android.material:material:1.4.0' // ConstraintLayout implementation 'androidx.constraintlayout:constraintlayout:2.0.4' diff --git a/build.gradle b/build.gradle index 803e794f..d5d830db 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,12 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.5.10" + ext.kotlin_version = "1.5.20" repositories { google() mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:4.2.1" + classpath "com.android.tools.build:gradle:4.2.2" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong