Skip to content

Commit a968971

Browse files
author
Konrad Kollnig
committed
Version 2021050501
1 parent 533b811 commit a968971

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdkVersion 22
99
targetSdkVersion 29
1010
//noinspection HighAppVersionCode
11-
versionCode 2021042802
12-
versionName "2021.04.28"
11+
versionCode 2021050501
12+
versionName "2021.05.05"
1313

1414
externalNativeBuild {
1515
cmake {
@@ -125,7 +125,7 @@ dependencies {
125125
// Tracker detection
126126
implementation 'com.github.lanchon.dexpatcher:multidexlib2:2.3.4.r2'
127127

128-
implementation project(path: ':geomap')
128+
implementation 'com.caverock:androidsvg-aar:1.4'
129129
}
130130

131131
// Fix lint error on release builds
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

0 commit comments

Comments
 (0)