Merge branch 'master' into playstore

This commit is contained in:
emanuele-f 2025-07-22 08:45:58 +02:00
commit ae5094d106
2 changed files with 5 additions and 5 deletions

View File

@ -109,14 +109,14 @@ dependencies {
testImplementation "org.robolectric:robolectric:4.14.1"
// AndroidX
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
implementation 'androidx.fragment:fragment:1.8.6'
implementation 'androidx.fragment:fragment:1.8.8'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.recyclerview:recyclerview:1.4.0'
implementation "androidx.navigation:navigation-fragment:2.8.8"
implementation "androidx.navigation:navigation-ui:2.8.8"
implementation "androidx.navigation:navigation-fragment:2.9.2"
implementation "androidx.navigation:navigation-ui:2.9.2"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
// Google

View File

@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.9.1'
classpath 'com.android.tools.build:gradle:8.9.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files