diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
deleted file mode 100755
index e497da99..00000000
--- a/.idea/runConfigurations.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index d8caf75d..6fe2b443 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,7 +39,7 @@ allprojects {
ext {
androidApplicationId = 'org.cryptomator'
androidVersionCode = getVersionCode()
- androidVersionName = '1.6.3-SNAPSHOT'
+ androidVersionName = '1.6.3'
}
repositories {
mavenCentral()
diff --git a/fastlane/metadata/android/de-DE/changelogs/default.txt b/fastlane/metadata/android/de-DE/changelogs/default.txt
index f686002a..bfce1dd3 100644
--- a/fastlane/metadata/android/de-DE/changelogs/default.txt
+++ b/fastlane/metadata/android/de-DE/changelogs/default.txt
@@ -1 +1,4 @@
-- pCloud-Verbindung können wieder auf allen Geräten hinzugefügt werden
\ No newline at end of file
+- Fotos können sofort hochgeladen werden, wenn der automatische Fotoupload aktiviert und der Tresor entsperrt ist
+- Wenn der Tresor-Order der Stammordner der Cloud ist, kann dieser nun nicht mehr hinzugefügt werden
+- Überarbeitung des Zugriffs auf den lokalen Speicher
+- Sicherheit von WebDAV-Verbindungen verbessert
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/default.txt b/fastlane/metadata/android/en-US/changelogs/default.txt
index 6f60085e..6fe62aea 100644
--- a/fastlane/metadata/android/en-US/changelogs/default.txt
+++ b/fastlane/metadata/android/en-US/changelogs/default.txt
@@ -1 +1,4 @@
-- Fixed add pCloud connection on some devices
\ No newline at end of file
+- Upload photos instantly when auto photo upload is enabled and vault is unlocked
+- Fixed vault name is empty when it is the root folder of the cloud
+- Refactored access to local storage
+- Enhanced security of WebDAV connections
\ No newline at end of file
diff --git a/fastlane/release-notes.html b/fastlane/release-notes.html
index 0761a6a1..74205218 100644
--- a/fastlane/release-notes.html
+++ b/fastlane/release-notes.html
@@ -1,3 +1,6 @@
-
Fixed add pCloud connection on some devices
+
Upload photos instantly when auto photo upload is enabled and vault is unlocked
+
Fixed vault name is empty when it is the root folder of the cloud