Bump dependency and gradle versions

This commit is contained in:
Niko Diamadis
2024-03-06 22:58:54 +01:00
parent 22feec66b0
commit 5fe624c794
5 changed files with 16 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'org.jmailen.kotlinter' version '4.0.0'
id 'org.jmailen.kotlinter' version '4.2.0'
}
android {
@@ -69,7 +69,7 @@ dependencies {
implementation project(':client')
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.core:core-splashscreen:1.0.1'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'