Skip to content

Commit

Permalink
Update to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patri9ck committed Oct 30, 2023
1 parent c6db7a9 commit e882e64
Show file tree
Hide file tree
Showing 3 changed files with 6 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 = 16
versionName = "1.3.1"
versionCode = 17
versionName = "1.3.2"
}

compileOptions {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Test-Benachrichtigungen ignorieren nun alle Einstellungen
- Option, auch Benachrichtigungen zu senden, welche nicht von Apps kommen
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Let test notifications bypass all settings
- Option to send notifications which do not come from apps

0 comments on commit e882e64

Please sign in to comment.