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 {