Skip to content

Commit

Permalink
New version 1.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitsaibot authored and Gitsaibot committed Nov 10, 2024
1 parent 2f62a4f commit 77a9e42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
defaultConfig {
minSdk = 23
targetSdk = 34
versionCode = 47
versionName = "1.0.47"
versionCode = 48
versionName = "1.0.48"
applicationId = "ws.xsoh.etar"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 4 additions & 0 deletions metadata/de-DE/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Unterstützung für Android 5 eingestellt
- Zur Standardansicht zurückkehren, anstatt zu beenden
- Benachrichtigung nach Ende des Ereignisses löschen
- Fehlerbehebungen
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Drop support for android 5
- Go back to default view instead of quitting
- Clear notification after event ends
- Small bugfixes

0 comments on commit 77a9e42

Please sign in to comment.