mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
bump
This commit is contained in:
parent
f770be0a4a
commit
f566bc31db
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ android {
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
|
|
||||||
versionCode 45
|
versionCode 45
|
||||||
versionName "2.9.20"
|
versionName "2.9.21"
|
||||||
|
|
||||||
resValue "string", "app_version",
|
resValue "string", "app_version",
|
||||||
"${defaultConfig.versionName}${versionNameSuffix ?: ""}"
|
"${defaultConfig.versionName}${versionNameSuffix ?: ""}"
|
||||||
|
|
|
@ -359,7 +359,7 @@
|
||||||
<string name="video_buffer_disk_settings">Video cache on disk</string>
|
<string name="video_buffer_disk_settings">Video cache on disk</string>
|
||||||
<string name="video_buffer_clear_settings">Clear video and image cache</string>
|
<string name="video_buffer_clear_settings">Clear video and image cache</string>
|
||||||
|
|
||||||
<string name="video_ram_description">May cause problems on systems with low ram such as Android TV devices or old phones if you set it too high</string>
|
<string name="video_ram_description">Will cause random crashes if set too high. Don\'t change if you have a low amount of ram such as an Android TV or old phone</string>
|
||||||
<string name="video_disk_description">May cause problems on systems with low storage space such as Android TV devices if you set it too high</string>
|
<string name="video_disk_description">May cause problems on systems with low storage space such as Android TV devices if you set it too high</string>
|
||||||
|
|
||||||
<string name="dns_pref">DNS over HTTPS</string>
|
<string name="dns_pref">DNS over HTTPS</string>
|
||||||
|
|
Loading…
Reference in a new issue