From 13e40f25aef5ddfcb5cd7b398c514cf2aa03e334 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Mon, 20 Nov 2023 15:21:18 -0700 Subject: [PATCH] Release 3.16. --- app/build.gradle | 6 +- app/src/main/assets/de/about_changelog.html | 22 + app/src/main/assets/en/about_changelog.html | 21 + app/src/main/assets/es/about_changelog.html | 22 + app/src/main/assets/filterlists/easylist.txt | 22432 ++++++++----- .../main/assets/filterlists/easyprivacy.txt | 26728 ++++++++-------- .../assets/filterlists/fanboy-annoyance.txt | 4669 +-- .../main/assets/filterlists/fanboy-social.txt | 803 +- app/src/main/assets/fr/about_changelog.html | 22 + app/src/main/assets/it/about_changelog.html | 22 + .../main/assets/pt-rBR/about_changelog.html | 21 + app/src/main/assets/ru/about_changelog.html | 21 + app/src/main/assets/tr/about_changelog.html | 21 + .../main/assets/zh-rCN/about_changelog.html | 21 + app/src/main/res/values-es/strings.xml | 6 + app/src/main/res/values-it/strings.xml | 6 + app/src/main/res/values-ru/strings.xml | 6 + app/src/main/res/values/strings.xml | 18 +- build.gradle | 2 +- .../metadata/android/en-US/changelogs/72.txt | 11 + .../metadata/android/es-ES/changelogs/72.txt | 12 + .../metadata/android/it-IT/changelogs/72.txt | 12 + .../metadata/android/ru-RU/changelogs/72.txt | 11 + 23 files changed, 29993 insertions(+), 24922 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/72.txt create mode 100644 fastlane/metadata/android/es-ES/changelogs/72.txt create mode 100644 fastlane/metadata/android/it-IT/changelogs/72.txt create mode 100644 fastlane/metadata/android/ru-RU/changelogs/72.txt diff --git a/app/build.gradle b/app/build.gradle index 668e7bbb..ebf69c8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { minSdk 24 //noinspection EditedTargetSdkVersion targetSdk 34 - versionCode 71 - versionName "3.15.1" + versionCode 72 + versionName "3.16" resourceConfigurations += ['en', 'de', 'es', 'fr', 'it', 'pt-rBR', 'ru', 'tr', 'zh-rCN'] } @@ -78,7 +78,7 @@ android { dependencies { // Include the following AndroidX libraries. - implementation "androidx.activity:activity-ktx:1.8.0" + implementation "androidx.activity:activity-ktx:1.8.1" implementation 'androidx.arch.core:core-common:2.2.0' implementation 'androidx.arch.core:core-runtime:2.2.0' implementation 'androidx.appcompat:appcompat:1.6.1' diff --git a/app/src/main/assets/de/about_changelog.html b/app/src/main/assets/de/about_changelog.html index 794e4f9a..c59780fa 100644 --- a/app/src/main/assets/de/about_changelog.html +++ b/app/src/main/assets/de/about_changelog.html @@ -33,6 +33,28 @@ +

3.16 (Version Code 72)

+

20. November 2023 - Mindest-API 24, Ziel-API 34

+ +

3.15.1 (Version Code 71)

26. Juni 2023 - Mindest-API 24, Ziel-API 33