Prepare 1.7.5
[ci skip]
This commit is contained in:
parent
3335c756c5
commit
72d8a2380d
build.gradle
fastlane
@ -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>
|
Loading…
x
Reference in New Issue
Block a user