Skip to content

Commit

Permalink
2.2 rollout
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockDev committed May 5, 2017
1 parent a6b85db commit 98f3a68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 25
versionCode 13
versionName "2.2 Beta 2"
versionName "2.2"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
12 changes: 10 additions & 2 deletions app/src/main/res/values/presets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,23 @@
If you have any questions about these Terms, please contact us to <b><i>[email protected]</i></b>.</string>
<string name="info_tapad_info_version" >Tapad version</string>
<!-- TODO RELEASE -->
<string name="info_tapad_info_version_hint" >2.2 Beta 2</string>
<string name="info_tapad_info_version_hint" >2.2</string>
<string name="info_tapad_info_build_date" >Build date</string>
<!-- TODO RELEASE -->
<string name="info_tapad_info_build_date_hint" >Wed Apr 25 00:41:10 KST 2017</string>
<string name="info_tapad_info_build_date_hint" >Fri May 5 18:08:12 KST 2017</string>
<string name="info_tapad_info_changelog" >Changelog</string>
<!-- TODO RELEASE -->
<string name="info_tapad_info_changelog_text" >
You can view the changelog dialog again at any time from the <b><i>about</i></b> section.\n\n

<b>Version 2.2</b>\n\n

1. <b>NEW</b>: Tablet screen size support \n
2. <b>IMPROVEMENT</b>: Ad fallbacks \n
3. <b>FIX</b>: About screen showing wrong presets \n
4. <b>FIX</b>: Status bar disappearing \n
5. <b>FIX</b>: Wrong icons on about screen \n\n

<b>Version 2.2 Beta 1</b>\n\n

1. <b>IMPROVEMENT</b>: Duplicated colors show messages \n
Expand Down

0 comments on commit 98f3a68

Please sign in to comment.