From: Soren Stoutner Date: Wed, 17 Jul 2024 22:30:26 +0000 (-0700) Subject: Fix updating of entry enabled status in the Navigation Drawer. X-Git-Tag: v3.18.1~1 X-Git-Url: https://gitweb.stoutner.com/?a=commitdiff_plain;h=8d5ac7dc09c42e6dbd41128d7aa7fdb95acb945e;p=PrivacyBrowserAndroid.git Fix updating of entry enabled status in the Navigation Drawer. --- diff --git a/app/build.gradle b/app/build.gradle index 273dd017..e827df84 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ dependencies { implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.drawerlayout:drawerlayout:1.2.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.viewpager:viewpager:1.0.0' @@ -100,5 +100,5 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20' // Include the Google material library. - implementation 'com.google.android.material:material:1.12.0' + implementation 'com.google.android.material:material:1.13.0-alpha04' } diff --git a/app/src/main/assets/de/about_changelog.html b/app/src/main/assets/de/about_changelog.html index 9c69680b..22100c74 100644 --- a/app/src/main/assets/de/about_changelog.html +++ b/app/src/main/assets/de/about_changelog.html @@ -34,8 +34,8 @@ -

3.18 (Version Code 74)

-

27. Mai 2024 - Mindest-API 26, Ziel-API 34

+

3.18 (Version Code 74)

+

27. Mai 2024 - Mindest-API 26, Ziel-API 34