Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takke committed Oct 30, 2019
1 parent f4affcd commit 3ab8416
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
14 changes: 9 additions & 5 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
Change Log
==========

v2.1.0 (2018.11.xx)
v2.1.0 (2019.10.30)
-------------------
- Change notification icon color to Monochrome
- Set "Start on boot" by default
- Support Android 4.0 or later (Stop supporting Android 2.3 to 3.2)
- targetSdkVersion 15 -> 27
- Update library
- targetSdkVersion 15 -> 28
- Set icon mode as "1 Icon (sorted)" by default
- Migrate to AndroidX
- Update libraries
- Support Library 25.3.1 -> 27.1.0
- Gradle 4.1 -> 4.10.1
- AGP 3.0.1 -> 3.4.0-alpha02
- Gradle 4.1 -> 5.4.1
- AGP 3.0.1 -> 3.5.1
- Kotlin 1.3.0 -> 1.3.50
- BuildTools 27.0.3 -> 28.0.3

v2.0.2 (2018.03.06)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
</string-array>

<string name="app_version" translatable="false">Version {VERSION} [r{REVISION}]</string>
<string name="app_copyright" translatable="false">Copyright &#169; 2012-2018 Hiroaki TAKEUCHI</string>
<string name="app_copyright" translatable="false">Copyright &#169; 2012-2019 Hiroaki TAKEUCHI</string>

</resources>
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ task clean(type: Delete) {
}

ext {
versionCode = 17
apkNamePrefix = "CpuStats"
versionCode = 18
versionName = '2.1.0'

compileSdkVersion = 28
Expand Down

0 comments on commit 3ab8416

Please sign in to comment.