From a973c6654d5f41b377aefd3a80bb3128201d034d Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Wed, 2 Jun 2021 12:19:42 +0200 Subject: [PATCH] v3.0.3 --- README.md | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a679ce..efc3990 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Target SDK: 29 Privacy Friendly Sudoku is lisenced under the GPLv3.
Copyright (C) 2016-2018 Christopher Beckmann and Timm Lippert
-Copyright (C) 2018-2020 Christopher Beckmann
+Copyright (C) 2018-2021 Christopher Beckmann
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/app/build.gradle b/app/build.gradle index 238d444..458b41d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "org.secuso.privacyfriendlysudoku" minSdkVersion 16 targetSdkVersion 29 - versionCode 11 - versionName "3.0.2" + versionCode 12 + versionName "3.0.3" vectorDrawables.useSupportLibrary = true } buildTypes {