Prepare 1.7.5

[ci skip]
This commit is contained in:
Julian Raufelder 2022-05-09 16:12:03 +02:00
parent 3335c756c5
commit 72d8a2380d
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
4 changed files with 10 additions and 4 deletions
build.gradle
fastlane
metadata/android
de-DE/changelogs
en-US/changelogs
release-notes.html

@ -39,7 +39,7 @@ allprojects {
ext {
androidApplicationId = 'org.cryptomator'
androidVersionCode = getVersionCode()
androidVersionName = '1.8.0-SNAPSHOT'
androidVersionName = '1.7.5'
}
repositories {
mavenCentral()

@ -1 +1,3 @@
- Fehler beim Zugriff auf Dateien wenn eine Verbindung neu hinzugefügt wurde behoben
- Update auf die neueste Android-Zielplatform-Version
- Löschen von Ordnern ohne Verzeichnisdatei im lokalen Cloud-Speicher behoben
- Dateiexport wenn keine App den ausgewählten Dateityp verarbeiten kann behoben

@ -1 +1,3 @@
- Fixed wrong access to files when a connection has been re-added
- Updated to the latest Android target version
- Fixed deletion of folders without a dir-file in local storage cloud
- Fixed file export when no app can process the selected file type

@ -1,3 +1,5 @@
<ul>
<li>Fixed wrong access to files when a connection has been re-added</li>
<li>Updated to the latest Android target version</li>
<li>Fixed deletion of folders without a dir-file in local storage cloud</li>
<li>Fixed file export when no app can process the selected file type</li>
</ul>