We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b074b8 commit 7f8b5b3Copy full SHA for 7f8b5b3
app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId = "net.kollnig.missioncontrol"
8
minSdkVersion 22
9
targetSdkVersion 30
10
- versionCode 2020081701
11
- versionName "2020.08.17"
+ versionCode 2020082701
+ versionName "2020.08.27"
12
archivesBaseName = "TrackerControl-$versionName" // name of apk
13
14
externalNativeBuild {
fastlane/metadata/android/en-US/changelogs/2020082701.txt
@@ -0,0 +1,6 @@
1
+- Prepare UI for more granular tracker blocking
2
+- Improve tracker display
3
+- Fix a few crashes
4
+- Add some more trackers
5
+- Make email crash reporting clearer
6
+- Fix colour for blocking Internet access
0 commit comments