Skip to content

Commit f0bc63e

Browse files
author
Konrad Kollnig
committed
Version 2020051702
1 parent 7ba0a4b commit f0bc63e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId = "net.kollnig.missioncontrol"
99
minSdkVersion 22
1010
targetSdkVersion 29
11-
versionCode 2020050802
12-
versionName "2020.05.08"
11+
versionCode 2020051702
12+
versionName "2020.05.17"
1313
archivesBaseName = "TrackerControl-$versionName" // name of apk
1414

1515
externalNativeBuild {
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)