From: Soren Stoutner Date: Fri, 10 Jan 2025 20:12:47 +0000 (-0700) Subject: Release 3.19.2. X-Git-Tag: v3.19.2 X-Git-Url: https://gitweb.stoutner.com/?a=commitdiff_plain;h=f8b46833b2246450a0a79067bbb1de044a6f9021;p=PrivacyBrowserAndroid.git Release 3.19.2. --- diff --git a/app/build.gradle b/app/build.gradle index 56c2646c..743555bf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { defaultConfig { minSdk 26 targetSdk 35 - versionCode 77 - versionName "3.19.1" + versionCode 78 + versionName "3.19.2" resourceConfigurations += ['en', 'de', 'es', 'fr', 'it', 'pt-rBR', 'ru', 'tr', 'zh-rCN'] } @@ -97,7 +97,7 @@ dependencies { implementation 'androidx.webkit:webkit:1.12.1' // Include the Kotlin standard library. This should be the same version number listed in project build.gradle. - implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20' + implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.21' // Include the Google material library. implementation 'com.google.android.material:material:1.13.0-alpha09' diff --git a/app/src/main/assets/de/about_changelog.html b/app/src/main/assets/de/about_changelog.html index f564d776..9bbd3cf5 100644 --- a/app/src/main/assets/de/about_changelog.html +++ b/app/src/main/assets/de/about_changelog.html @@ -33,6 +33,12 @@ +

3.19.2 (Code-Version 78)

+

10. Januar 2025 - Mindest-API 26, Ziel-API 35

+ +

3.19.1 (Code-Version 77)

2. Januar 2025 - Mindest-API 26, Ziel-API 35