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 7ba0a4b commit f0bc63eCopy full SHA for f0bc63e
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId = "net.kollnig.missioncontrol"
9
minSdkVersion 22
10
targetSdkVersion 29
11
- versionCode 2020050802
12
- versionName "2020.05.08"
+ versionCode 2020051702
+ versionName "2020.05.17"
13
archivesBaseName = "TrackerControl-$versionName" // name of apk
14
15
externalNativeBuild {
fastlane/metadata/android/en-US/changelogs/2020051702.txt
@@ -0,0 +1,6 @@
1
+- Significantly improved battery use
2
+- Add pausing of blocking
3
+- Fix blocking issues
4
+- Add CSV export
5
+- Add "launch app" menu entry
6
+- Exclude browsers and email by default
0 commit comments