From 921411f27e43b598a8e606555fed71fe32493369 Mon Sep 17 00:00:00 2001 From: partisan Date: Thu, 8 May 2025 19:11:10 +0200 Subject: [PATCH] Updated dependencies to latest stable --- .gitignore | 3 ++- app/build.gradle | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index cc7bb17..f36e40f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ .externalNativeBuild .cxx local.properties -release-key.jks \ No newline at end of file +release-key.jks +check.py \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 0637905..53db68f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,11 +62,11 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.11.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'com.google.android.material:material:1.12.0' + implementation 'androidx.constraintlayout:constraintlayout:2.2.1' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.cardview:cardview:1.0.0' }