File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
minSdkVersion 22
9
9
targetSdkVersion 29
10
10
// noinspection HighAppVersionCode
11
- versionCode 2021042802
12
- versionName " 2021.04.28 "
11
+ versionCode 2021050501
12
+ versionName " 2021.05.05 "
13
13
14
14
externalNativeBuild {
15
15
cmake {
@@ -125,7 +125,7 @@ dependencies {
125
125
// Tracker detection
126
126
implementation ' com.github.lanchon.dexpatcher:multidexlib2:2.3.4.r2'
127
127
128
- implementation project( path : ' :geomap ' )
128
+ implementation ' com.caverock:androidsvg-aar:1.4 '
129
129
}
130
130
131
131
// Fix lint error on release builds
Original file line number Diff line number Diff line change
1
+ - [FEATURE] Add ClassyShark-like tracker detection
2
+ - [FEATURE] Add domain-based blocking (in development)
3
+ - [FEATURE] Add option to show tracking data sharing over past 7 days
4
+ - [IMPROVEMENT] Faster and correct GeoMap
5
+ - [IMPROVEMENT] Make tracker details UI more beautiful and intuitive
6
+ - [FIXES] Fix crash, and correct counting of tracker companies.
7
+ - [UPDATES] Update dependencies, translations, and tracker signatures
You can’t perform that action at this time.
0 commit comments