Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
takke committed Nov 2, 2019
1 parent 6b98024 commit b908686
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

v2.1.2 (2019.11.02)
-------------------
- setForeground more early at the first time run
- Fix NPE

v2.1.1 (2019.11.01)
-------------------
- Fix to stop notification by system after closing the main activity
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ task clean(type: Delete) {

ext {
apkNamePrefix = "CpuStats"
versionCode = 19
versionName = '2.1.1'
versionCode = 20
versionName = '2.1.2'

compileSdkVersion = 28
buildToolsVersion = '28.0.3'
Expand Down

0 comments on commit b908686

Please sign in to comment.