Skip to content

Commit

Permalink
chore: re use version code of 23 (1.15.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed May 12, 2024
1 parent 4055a6c commit ab0fc0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 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 25
versionName "1.15.2"
versionCode 23
versionName "1.15.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/23000.txt
Original file line number Diff line number Diff line change
@@ -1,2 +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
3 changes: 0 additions & 3 deletions fastlane/metadata/android/en-US/changelogs/24000.txt

This file was deleted.

4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/25000.txt

This file was deleted.

0 comments on commit ab0fc0c

Please sign in to comment.