Skip to content

Commit

Permalink
Header and version code update for some reason a release with 2 was m…
Browse files Browse the repository at this point in the history
…issing on Github
  • Loading branch information
Yonjuni committed Nov 7, 2016
1 parent 810ab2c commit e35e16a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Binary file modified app/src/main/res/drawable/nav_header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e35e16a

Please sign in to comment.