From 8d5ac7dc09c42e6dbd41128d7aa7fdb95acb945e Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Wed, 17 Jul 2024 15:30:26 -0700 Subject: [PATCH] Fix updating of entry enabled status in the Navigation Drawer. --- app/build.gradle | 4 ++-- app/src/main/assets/de/about_changelog.html | 4 ++-- app/src/main/assets/en/about_changelog.html | 4 ++-- app/src/main/assets/es/about_changelog.html | 4 ++-- app/src/main/assets/filterlists/easyprivacy.txt | 1 - app/src/main/assets/fr/about_changelog.html | 4 ++-- app/src/main/assets/it/about_changelog.html | 4 ++-- app/src/main/assets/pt-rBR/about_changelog.html | 4 ++-- app/src/main/assets/ru/about_changelog.html | 4 ++-- app/src/main/assets/tr/about_changelog.html | 4 ++-- app/src/main/assets/zh-rCN/about_changelog.html | 4 ++-- .../privacybrowser/fragments/AboutVersionFragment.kt | 2 +- app/src/main/res/values/strings.xml | 10 +++++----- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 15 files changed, 29 insertions(+), 30 deletions(-) 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