Skip to content

Commit

Permalink
New version 1.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
jspricke authored and Gitsaibot committed Apr 19, 2024
1 parent d0fee0e commit b3286f2
Show file tree
Hide file tree
Showing 3 changed files with 4 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 = 21
targetSdk = 34
versionCode = 44
versionName = "1.0.44"
versionCode = 45
versionName = "1.0.45"
applicationId = "ws.xsoh.etar"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions metadata/de-DE/changelogs/45.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fehler beim Bauen behoben
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/45.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix build failure

0 comments on commit b3286f2

Please sign in to comment.