Skip to content

Commit

Permalink
V2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Jan 25, 2024
1 parent f1ea631 commit 13e63ee
Show file tree
Hide file tree
Showing 2 changed files with 5 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 "org.woheller69.browser"
minSdkVersion 29
targetSdkVersion 33
versionCode 2400
versionName "2.4"
versionCode 2500
versionName "2.5"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2500.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Support for regular expressions in @match
Support for custom domains in AdBlock
Icon colors modified

0 comments on commit 13e63ee

Please sign in to comment.