Skip to content

Commit 97eefd6

Browse files
committed
v2.1.1
1 parent e5e642a commit 97eefd6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

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+
48
v2.1.0 (2019.10.30)
59
-------------------
610
- Change notification icon color to Monochrome

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ task clean(type: Delete) {
3232

3333
ext {
3434
apkNamePrefix = "CpuStats"
35-
versionCode = 18
36-
versionName = '2.1.0'
35+
versionCode = 19
36+
versionName = '2.1.1'
3737

3838
compileSdkVersion = 28
3939
buildToolsVersion = '28.0.3'

0 commit comments

Comments
 (0)