Skip to content

Commit d441dc0

Browse files
committed
Merge branch 'main' into develop
2 parents 9f73f85 + 27c4341 commit d441dc0

6 files changed

Lines changed: 7 additions & 22 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def getVersionCode = { ->
3737
allprojects {
3838
ext {
3939
androidApplicationId = 'org.cryptomator'
40-
androidVersionCode = 3128 // must be getVersionCode(). only at release tag set the actual value
41-
androidVersionName = '2.0.0'
40+
androidVersionCode = getVersionCode() // must be getVersionCode(). only at release tag set the actual value
41+
androidVersionName = '2.1.0-SNAPSHOT'
4242
}
4343
repositories {
4444
mavenCentral()

fastlane/release-notes-de.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
- Ein neuer Willkommensbildschirm erleichtert den Einstieg und zeigt die wichtigsten ersten Schritte
2-
- Schnelles Scrollen im Datei-Editor verbessert die Navigation in längeren Dateien
3-
- Aktualisierte Übersetzungen sorgen für ein stimmigeres Erlebnis in den unterstützten Sprachen
4-
- Aktualisierte Abhängigkeiten verbessern die Stabilität und halten die App auf dem neuesten Stand
1+
- Ein neuer Willkommensbildschirm erleichtert den Einstieg und zeigt die wichtigsten ersten Schritte

fastlane/release-notes-en.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
- A new welcome screen makes it easier to get started and find the most important first steps
2-
- Fast scrolling in the file editor improves navigation through longer files
3-
- Updated translations provide a more polished experience across supported languages
4-
- Updated dependencies improve stability and keep the app up to date
1+
- Alternative installation options are now hidden in the settings.
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
- Ein neuer Willkommensbildschirm erleichtert den Einstieg und zeigt die wichtigsten ersten Schritte
2-
- Schnelles Scrollen im Datei-Editor verbessert die Navigation in längeren Dateien
3-
- Aktualisierte Übersetzungen sorgen für ein stimmigeres Erlebnis in den unterstützten Sprachen
4-
- Aktualisierte Abhängigkeiten verbessern die Stabilität und halten die App auf dem neuesten Stand
1+
- Ein neuer Willkommensbildschirm erleichtert den Einstieg und zeigt die wichtigsten ersten Schritte
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
- A new welcome screen makes it easier to get started and find the most important first steps
2-
- Fast scrolling in the file editor improves navigation through longer files
3-
- Updated translations provide a more polished experience across supported languages
4-
- Updated dependencies improve stability and keep the app up to date
1+
- Alternative installation options are now hidden in the settings.
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
- A new welcome screen makes it easier to get started and find the most important first steps
2-
- Fast scrolling in the file editor improves navigation through longer files
3-
- Updated translations provide a more polished experience across supported languages
4-
- Updated dependencies improve stability and keep the app up to date
1+
- Alternative installation options are now hidden in the settings.

0 commit comments

Comments
 (0)