We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e642a commit 97eefd6Copy full SHA for 97eefd6
ChangeLog.md
@@ -1,6 +1,10 @@
1
Change Log
2
==========
3
4
+v2.1.1 (2019.11.01)
5
+- Fix to stop notification by system after closing the main activity
6
+(Call Service.startForeground when starting up the service from main activity)
7
+
8
v2.1.0 (2019.10.30)
9
-------------------
10
- Change notification icon color to Monochrome
build.gradle
@@ -32,8 +32,8 @@ task clean(type: Delete) {
32
33
ext {
34
apkNamePrefix = "CpuStats"
35
- versionCode = 18
36
- versionName = '2.1.0'
+ versionCode = 19
+ versionName = '2.1.1'
37
38
compileSdkVersion = 28
39
buildToolsVersion = '28.0.3'
0 commit comments