This commit is contained in:
Christopher Beckmann 2021-06-02 12:19:42 +02:00
parent a841da5349
commit a973c6654d
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ Target SDK: 29
Privacy Friendly Sudoku is lisenced under the GPLv3.<br />
Copyright (C) 2016-2018 Christopher Beckmann and Timm Lippert<br />
Copyright (C) 2018-2020 Christopher Beckmann<br />
Copyright (C) 2018-2021 Christopher Beckmann<br />
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.

View file

@ -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 {