Prepare 1.7.5
[ci skip]
This commit is contained in:
parent
3335c756c5
commit
72d8a2380d
@ -39,7 +39,7 @@ allprojects {
|
|||||||
ext {
|
ext {
|
||||||
androidApplicationId = 'org.cryptomator'
|
androidApplicationId = 'org.cryptomator'
|
||||||
androidVersionCode = getVersionCode()
|
androidVersionCode = getVersionCode()
|
||||||
androidVersionName = '1.8.0-SNAPSHOT'
|
androidVersionName = '1.7.5'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
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>
|
<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>
|
</ul>
|
Loading…
x
Reference in New Issue
Block a user