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

Commit

Permalink
Bumped to build 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortyseven committed Aug 11, 2019
1 parent b9f752e commit 66e3f03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MainApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 18
versionName "18"
versionCode 19
versionName "19"
}
buildTypes {
release {
Expand Down
9 changes: 7 additions & 2 deletions MainApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ToneDef</string>
<string name="version">Release 18</string>
<string name="version">Release 19</string>
<string name="about_whatsnew">What\'s New?</string>
<string name="about_whatsnew_text">
- Changes to appease the Play Store
- Cleaned up some of the code\n
- Improved accuracy of one-shot sounds\n
- Added better error checking for some operations\n
- Implements modern Android permission requests\n\n
PREVIOUSLY:\n\n
- Changes to appease the Play Store\n
- Tone playback is now more stable on long presses. (Thanks, tildearrow!)\n
- Sequence dialing now parses extended DTMF; no longer forces digits-only input. (Thanks, Tomino2112!)\n\n
</string>
Expand Down

0 comments on commit 66e3f03

Please sign in to comment.