Skip to content

Commit

Permalink
Release v2.3 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockDev committed Jul 19, 2017
1 parent b6587ad commit c0f6e72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Binary file modified app/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
minSdkVersion 15
targetSdkVersion 25
// TODO RELEASE
versionCode 20
versionName "2.3 Alpha 6"
versionCode 21
versionName "2.3 Beta 1"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
8 changes: 7 additions & 1 deletion app/src/main/res/values/presets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,18 @@
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.3 Alpha 6</string>
<string name="info_tapad_info_version_hint">2.3 Beta 1</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.3 Beta 1</b>\n\n
1. <b>NEW</b>: Open presets from zip \n
2. <b>FIX</b>: Preset store no connection layout glitch \n
3. <b>FIX</b>: Forever looping \n
4. <b>FIX</b>: Minor bug fixes \n\n

<b>Version 2.3 Alpha 6</b>\n\n
1. <b>IMPROVEMENT</b>: Removed pad patterns (temporary) \n
2. <b>IMPROVEMENT</b>: Removed stop sound on focus loss feature (temporary) \n\n
Expand Down

0 comments on commit c0f6e72

Please sign in to comment.