Skip to content

Commit

Permalink
New version 1.0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitsaibot authored and Gitsaibot committed Feb 10, 2024
1 parent 49ef86c commit f3139ce
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 41
versionName "1.0.41"
versionCode 42
versionName "1.0.42"
applicationId "ws.xsoh.etar"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.android.application' version '8.1.3' apply false
id 'com.android.library' version '8.1.3' apply false
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
id 'org.ec4j.editorconfig' version "0.0.3" apply false
id 'org.ec4j.editorconfig' version "0.1.0" apply false
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.7" apply true
}

Expand Down
3 changes: 3 additions & 0 deletions metadata/de-DE/changelogs/42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Dialog "Termin erstellen" nicht schließen, wenn das Telefon gedreht wird
- Kalenderbenachrichtigungen pro Kalender
- Einstellung hinzugefügt: Batterieoptimierung nicht prüfen
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Don't close edit event page when phone is rotated
- Calendar notifications per calendar
- Add preference: Don't check battery optimization

0 comments on commit f3139ce

Please sign in to comment.