Skip to content

Commit

Permalink
chore: update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed May 12, 2024
1 parent 0b235f9 commit 4055a6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "io.github.jd1378.otphelper"
minSdk 24
targetSdk 34
versionCode 24
versionName "1.15.1"
versionCode 25
versionName "1.15.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/25000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- added ukranian language
- app now checks for notification listener permission on reboot and inform the user to grant the permission again
- ignore app button now actually ignores the entire app instead of notification type
- ignore tag button now fallbacks to id when there's no tag

0 comments on commit 4055a6c

Please sign in to comment.