From: Soren Stoutner Date: Thu, 19 Mar 2026 19:41:20 +0000 (-0700) Subject: Release 1.12.1. X-Git-Tag: v1.12.1 X-Git-Url: https://gitweb.stoutner.com/?a=commitdiff_plain;h=be01727101d44f71950f0ab9877870d6f3f54365;p=PrivacyCell.git Release 1.12.1. --- diff --git a/COPYING b/COPYING index d18173f..f547bfd 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ SPDX-License-Identifier: GPL-3.0-or-later -SPDX-FileCopyrightText: 2021-2023, 2025 Soren Stoutner +SPDX-FileCopyrightText: 2021-2023, 2025-2026 Soren Stoutner This file is part of Privacy Cell . diff --git a/app/build.gradle b/app/build.gradle index 010af9f..fe8b635 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { applicationId "com.stoutner.privacycell" minSdk 30 targetSdk 36 - versionCode 14 - versionName "1.12" + versionCode 15 + versionName "1.12.1" resourceConfigurations += ['en', 'de', 'es', 'fr', 'it', 'ru'] } diff --git a/app/src/main/assets/de/changelog.html b/app/src/main/assets/de/changelog.html index 0ef18c5..2af96fe 100644 --- a/app/src/main/assets/de/changelog.html +++ b/app/src/main/assets/de/changelog.html @@ -1,8 +1,8 @@