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 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortyseven committed Aug 12, 2019
1 parent 31d243d commit 472730b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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 19
versionName "19"
versionCode 20
versionName "20"
}
buildTypes {
release {
Expand Down
7 changes: 4 additions & 3 deletions MainApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ToneDef</string>
<string name="version">Release 19</string>
<string name="version">Release 20</string>
<string name="about_whatsnew">What\'s New?</string>
<string name="about_whatsnew_text">
- Fixed theme issues causing config dialog rendering problems (Good catch, @tacarrie!)\n\n
PREVIOUSLY:\n\n
- 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
- Implements modern Android permission requests\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
Expand Down

0 comments on commit 472730b

Please sign in to comment.