Skip to content

Commit

Permalink
v 3.1 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 committed Oct 18, 2024
1 parent 20df06d commit c9e4590
Show file tree
Hide file tree
Showing 2 changed files with 9 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 {
applicationId = "spam.blocker"
minSdk = 29
targetSdk = 35
versionCode = 300
versionName = "3.0"
versionCode = 301
versionName = "3.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
7 changes: 7 additions & 0 deletions metadata/en-US/changelogs/301.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement:
- Collapse/expand the regex list by clicking the list header.

Fix:
- Imported workflow not saved.
- Scheduled task not run.
- If you are upgrading from v3.0, please do a backup and restore, it will fix all the schedule issues.

0 comments on commit c9e4590

Please sign in to comment.