Update libraries

This commit is contained in:
Jarne Demeulemeester 2021-07-03 16:46:19 +02:00
parent 7c3640fa5f
commit 1f931ec6e2
No known key found for this signature in database
GPG key ID: B61B7B150DB6A6D2
2 changed files with 4 additions and 4 deletions

View file

@ -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'

View file

@ -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