Skip to content

Commit f3139ce

Browse files
GitsaibotGitsaibot
authored andcommitted
New version 1.0.42
1 parent 49ef86c commit f3139ce

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
defaultConfig {
1818
minSdk 21
1919
targetSdk 34
20-
versionCode 41
21-
versionName "1.0.41"
20+
versionCode 42
21+
versionName "1.0.42"
2222
applicationId "ws.xsoh.etar"
2323
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2424
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'com.android.application' version '8.1.3' apply false
33
id 'com.android.library' version '8.1.3' apply false
44
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
5-
id 'org.ec4j.editorconfig' version "0.0.3" apply false
5+
id 'org.ec4j.editorconfig' version "0.1.0" apply false
66
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.7" apply true
77
}
88

metadata/de-DE/changelogs/42.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Dialog "Termin erstellen" nicht schließen, wenn das Telefon gedreht wird
2+
- Kalenderbenachrichtigungen pro Kalender
3+
- Einstellung hinzugefügt: Batterieoptimierung nicht prüfen

metadata/en-US/changelogs/42.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Don't close edit event page when phone is rotated
2+
- Calendar notifications per calendar
3+
- Add preference: Don't check battery optimization

0 commit comments

Comments
 (0)