Skip to content

Commit

Permalink
Update build version & config.properties
Browse files Browse the repository at this point in the history
config.properties:
- set rm_cache_item_for_fast_voices to false

build.gradle:
- increase versionCode to 35, versionName to '2.0.3'

Signed-off-by: Daniel Schnell <[email protected]>
  • Loading branch information
lumpidu committed Feb 26, 2024
1 parent a49961d commit d29425f
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -77,8 +77,8 @@ android {
minSdkVersion 26
compileSdkVersion 34
targetSdkVersion 34
versionCode 34
versionName "2.0.2"
versionCode 35
versionName "2.0.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ rm_cache_item_after_playing = false

# if this is set to true, fast voices are not cached. A fast voice is a voice that is
# determined by its rtf. All rtf values above 20 are considered fast.
rm_cache_item_for_fast_voices = true
rm_cache_item_for_fast_voices = false

0 comments on commit d29425f

Please sign in to comment.