v3.0.3
This commit is contained in:
parent
a841da5349
commit
a973c6654d
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ Target SDK: 29
|
||||||
|
|
||||||
Privacy Friendly Sudoku is lisenced under the GPLv3.<br />
|
Privacy Friendly Sudoku is lisenced under the GPLv3.<br />
|
||||||
Copyright (C) 2016-2018 Christopher Beckmann and Timm Lippert<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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,8 @@ android {
|
||||||
applicationId "org.secuso.privacyfriendlysudoku"
|
applicationId "org.secuso.privacyfriendlysudoku"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 11
|
versionCode 12
|
||||||
versionName "3.0.2"
|
versionName "3.0.3"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
Loading…
Reference in a new issue