Header and version code update for some reason a release with 2 was missing on Github

This commit is contained in:
Karola Marky 2016-11-07 11:56:35 +02:00
parent 810ab2c66e
commit e35e16a2d9
3 changed files with 3 additions and 3 deletions

View file

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

View file

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