Skip to content

Commit

Permalink
Updated to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patri9ck committed Aug 8, 2024
1 parent c5f7c1a commit 0a0ce86
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 @@ -32,8 +32,8 @@ android {
minSdk = 27
targetSdk = 34

versionCode = 18
versionName = "1.3.3"
versionCode = 19
versionName = "1.4.0"
}

compileOptions {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Material 3 Design hinzugefügt
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Added Material 3 Design

0 comments on commit 0a0ce86

Please sign in to comment.