android: Update dependencies

This commit is contained in:
Tobias Brunner
2025-06-27 08:57:38 +02:00
parent a153626af7
commit 4143e47462
+2 -2
View File
@@ -45,8 +45,8 @@ android {
} }
dependencies { dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'androidx.lifecycle:lifecycle-process:2.8.3' implementation 'androidx.lifecycle:lifecycle-process:2.9.1'
implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.preference:preference:1.2.1'
implementation 'com.google.android.material:material:1.12.0' implementation 'com.google.android.material:material:1.12.0'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'