Skip to content

Commit

Permalink
v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
takke committed Feb 10, 2021
1 parent 96b90d1 commit 14174ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

v2.1.5 (2021.02.10)
-------------------
- Fix crash error on Android 10+ devices

v2.1.4 (2021.02.10)
-------------------
- targetSdkVersion 28 -> 30
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ task clean(type: Delete) {

ext {
apkNamePrefix = "CpuStats"
versionCode = 22
versionName = '2.1.4'
versionCode = 23
versionName = '2.1.5'

compileSdkVersion = 30
buildToolsVersion = '30.0.2'
Expand Down

0 comments on commit 14174ed

Please sign in to comment.