From: Soren Stoutner Date: Wed, 31 Mar 2021 18:13:09 +0000 (-0700) Subject: Migrate the rest of the dialogs to Kotlin. https://redmine.stoutner.com/issues/683 X-Git-Tag: v3.8~19 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=031def95c6d9bfc14113fe86b4a5690233d93ce2 Migrate the rest of the dialogs to Kotlin. https://redmine.stoutner.com/issues/683 --- diff --git a/app/build.gradle b/app/build.gradle index 2dff0f45..4eb4f1ec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -88,7 +88,7 @@ dependencies { implementation 'androidx.webkit:webkit:1.4.0' // Include the Kotlin standard libraries. This should be the same version number listed in project build.gradle. - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.31' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32' // Include the Google material library. implementation 'com.google.android.material:material:1.3.0' diff --git a/app/src/main/assets/de/about_changelog.html b/app/src/main/assets/de/about_changelog.html index 1fafac45..a1d639b8 100644 --- a/app/src/main/assets/de/about_changelog.html +++ b/app/src/main/assets/de/about_changelog.html @@ -33,8 +33,8 @@ -

3.7 (version code 54)

-

29. März 2021 - Mindest-API 19, Ziel-API 30

+

3.7 (version code 54)

+

29. März 2021 - Mindest-API 19, Ziel-API 30