Skip to content

Commit

Permalink
Update to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
patri9ck committed Nov 29, 2022
1 parent d68f9d4 commit 9184603
Show file tree
Hide file tree
Showing 2 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 @@ -29,8 +29,8 @@ android {
minSdk = 27
targetSdk = 32

versionCode = 9
versionName = "1.2.3"
versionCode = 10
versionName = "1.2.4"
}

compileOptions {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed app crashes
- Added progress indicator when sending a test notification

0 comments on commit 9184603

Please sign in to comment.