Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
applicationId = "net.opendasharchive.openarchive"
minSdk = 29
targetSdk = 36
versionCode = 30015
versionCode = 30016
versionName = "4.0.2"
multiDexEnabled = true
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<string name="to_get_started_more_hint">You can add multiple private servers and\none IA account at any time.</string>
<string name="in_the_side_menu_you_can_add_another_server_and_connect_to_multiple_servers">In the side menu, you can add another server and connect to multiple servers</string>
<string name="send_directly_to_a_private_server">Connect to a secure WebDAV server</string>
<string name="upload_to_the_internet_archive">Connect to a free public or paid private server</string>
<string name="upload_to_the_internet_archive">Connect to a free public server</string>
<string name="save_connects_to_webdav_compatible_servers_only_such_as_nextcloud_and_owncloud">Connect to a WebDAV-compatible servers, e.g. Nexcloud and ownCloud.</string>
<string name="action_next">Next</string>
<string name="action_done">Done</string>
Expand Down