From 347927f92ef1e97d44c6e637fc45910b665829db Mon Sep 17 00:00:00 2001 From: elelanv Date: Tue, 12 Aug 2025 17:30:53 +0530 Subject: [PATCH] fix: update upload description for internet archive to specify free public server --- app/build.gradle.kts | 2 +- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a4c166fe..aec1166c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3ae7c8bf..9d4316dc 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -196,7 +196,7 @@ You can add multiple private servers and\none IA account at any time. In the side menu, you can add another server and connect to multiple servers Connect to a secure WebDAV server - Connect to a free public or paid private server + Connect to a free public server Connect to a WebDAV-compatible servers, e.g. Nexcloud and ownCloud. Next Done