Header and version code update for some reason a release with 2 was missing on Github
This commit is contained in:
parent
810ab2c66e
commit
e35e16a2d9
3 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@ android {
|
|||
applicationId "org.secuso.privacyfriendlysudoku"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 2
|
||||
versionName "2.0"
|
||||
versionCode 3
|
||||
versionName "2.0.1"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
@ -57,7 +57,7 @@
|
|||
|
||||
<!-- ###ABOUT### -->
|
||||
<string name="app_name_long" translatable="false">Privacy Friendly Sudoku</string>
|
||||
<string name="version_number" translatable="false">2.0</string>
|
||||
<string name="version_number" translatable="false">2.0.1</string>
|
||||
<string name="about_author">Author:</string>
|
||||
<string name="about_author_names" translatable="false">Christopher Beckmann, Timm Lippert</string>
|
||||
<string name="about_author_contributors">and contributors.</string>
|
||||
|
|
Loading…
Reference in a new issue