From 4143e4746284392db343042295635ed59d0c9c4d Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 2 Jun 2025 14:55:19 +0200 Subject: [PATCH] android: Update dependencies --- src/frontends/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index 01eb5a189d..9ebbd5ca25 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -45,8 +45,8 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.lifecycle:lifecycle-process:2.8.3' + implementation 'androidx.appcompat:appcompat:1.7.1' + implementation 'androidx.lifecycle:lifecycle-process:2.9.1' implementation 'androidx.preference:preference:1.2.1' implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' -- 2.47.2