Version Bump

This commit is contained in:
Stefan Schueller 2020-06-27 21:57:16 +02:00
parent dbb8e0cee4
commit 556d325f17
3 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
### Version 1.0.39 Tag: v1.0.39 (2020-06-27)
* exoplayer update (@lishoujun)
* Floating window support (@dhk2)
* Various translations
### Version 1.0.38 Tag: v1.0.38 (2020-06-21)
* Multi server login address book
* Clear search history (@dhk2)

View File

@ -6,8 +6,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 29
versionCode 1038
versionName "1.0.38"
versionCode 1039
versionName "1.0.39"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ext {
libVersions = [

View File

@ -338,7 +338,7 @@
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="action_bar_title_address_book" />
<string name="authentication_login_success">Login Successfull</string>
<string name="authentication_login_success">Login Successful</string>
<string name="authentication_login_failed">Login Failed!</string>
<string name="server_book_no_servers_found">Server Books is empty</string>
<string name="server_book_label_is_required">Server label is required</string>
@ -360,6 +360,8 @@
<string name="title_activity_server_address_book">Address Book</string>
<string name="video_speed_075">0.75x</string>
<string name="video_speed_125">1.25x</string>
<string name="server_book_del_alert_title">Remove Server</string>
<string name="server_book_del_alert_msg">Are you sure you want to remove this server from the address book?</string>
<!-- Constants, Don't translate -->
<string name="pref_token_access" translatable="false">pref_token_access</string>
@ -368,8 +370,6 @@
<string name="pref_token_type" translatable="false">pref_token_type</string>
<string name="pref_auth_username" translatable="false">pref_auth_username</string>
<string name="pref_auth_password" translatable="false">pref_auth_password</string>
<string name="server_book_del_alert_title">Remove Server</string>
<string name="server_book_del_alert_msg">Are you sure you want to remove this server from the address book?</string>
</resources>