Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
takke committed Jun 24, 2020
1 parent 03cb2da commit 0038898
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change Log
==========

v2.1.3 (2020.06.24)
-------------------
- Fix not reload settings after ConfigActivity closed
- Update libraries
- AGP 3.5.1 -> 4.0.0
- Gradle 5.4.1 -> 6.5
- Kotlin 1.3.50 -> 1.3.72
- AssertJ 3.16.1
- BuildTools 28.0.3 -> 29.0.3
- Preference 1.0.0 -> 1.1.1
- Core 1.0.2 -> 1.3.0

v2.1.2 (2019.11.02)
-------------------
- setForeground more early at the first time run
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ task clean(type: Delete) {

ext {
apkNamePrefix = "CpuStats"
versionCode = 20
versionName = '2.1.2'
versionCode = 21
versionName = '2.1.3'

compileSdkVersion = 28
buildToolsVersion = '29.0.3'
Expand Down

0 comments on commit 0038898

Please sign in to comment.