Skip to content

Commit

Permalink
Prepare for release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abertschi committed Dec 8, 2023
1 parent 3d6dc17 commit d58404c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog / Ad-Free

### v3.2/42 (2023-12-08)
- Improve Accuradio Detector to support bigContentView, tickerView and contentView (#93, thanks to @unseenlarks)
- Use generic reflection approach UserDefinedText Detector to search for user defined ad texts

### v3.1/41
- Fix bug with local music plugin: folder selection

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "ch.abertschi.adfree"
minSdkVersion 23
targetSdkVersion 27
versionCode 41
versionName "3.1"
versionCode 42
versionName "3.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### v3.2/42 (2023-12-08)
- Improve Accuradio Detector to support bigContentView, tickerView and contentView (#93, thanks to @unseenlarks)
- Use generic reflection approach UserDefinedText Detector to search for user defined ad texts
2 changes: 1 addition & 1 deletion metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ad-free is an ad audio blocker for Android.
Ad-free is an ad audio blocker for Android.

This app is a research project attempting to show flaws in the way how
audio advertisement is shown on Android. It is a proof-of-concept of a
Expand Down
2 changes: 1 addition & 1 deletion metadata/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ad-free is a modularized audio ad blocker for Spotify and more on Android.
Ad-free is a modularized audio ad blocker for Spotify and more on Android.

0 comments on commit d58404c

Please sign in to comment.