Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBielefeld committed Apr 22, 2018
1 parent 32a5f3c commit 6899dc2
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -9,8 +9,8 @@ android {
applicationId "de.tobiasbielefeld.solitaire"
minSdkVersion 11
targetSdkVersion 25
versionCode 67
versionName "3.11.2"
versionCode 68
versionName "3.11.3"

vectorDrawables.useSupportLibrary = true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa

LinearLayout layoutContainer = (LinearLayout) view.findViewById(R.id.changelog_container);

String[] titles = new String[]{"3.11.2", "3.11.1", "3.11", "3.10.2", "3.10.1", "3.10", "3.9.2", "3.9.1", "3.9",
String[] titles = new String[]{"3.11.3", "3.11.2", "3.11.1", "3.11", "3.10.2", "3.10.1", "3.10", "3.9.2", "3.9.1", "3.9",
"3.8.6", "3.8.5", "3.8.4", "3.8.3", "3.8.2", "3.8.1", "3.8", "3.7.2", "3.7.1", "3.7",
"3.6.2", "3.6.1", "3.6", "3.5", "3.4", "3.3.5", "3.3.4", "3.3.3", "3.3.2", "3.3.1",
"3.3", "3.2", "3.1.5", "3.1.4", "3.1.3", "3.1.2", "3.1.1", "3.1", "3.0.1", "3.0",
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings-changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
-
-->

<string name="changelog_48_1" translatable="false">Little bug fix related to hiding the in-game menu</string>

<string name="changelog_47_1" translatable="false">Added a little button to hide the in-game menu\n</string>
<string name="changelog_47_2" translatable="false">The button can also be hidden in the \"Appearance\" settings\n</string>
<string name="changelog_47_3" translatable="false">Added a fullscreen mode in the \"General\" settings\n</string>
Expand Down

0 comments on commit 6899dc2

Please sign in to comment.