From: Soren Stoutner Date: Mon, 20 Nov 2023 22:21:18 +0000 (-0700) Subject: Release 3.16. X-Git-Tag: v3.16 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=13e40f25aef5ddfcb5cd7b398c514cf2aa03e334 Release 3.16. --- 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