Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
takke committed Jul 16, 2024
1 parent 27effe8 commit daa9070
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

v2.2.2 (2024.07.16)
-------------------
- targetSdkVersion 33 -> 34
- Update libraries
- AGP from 8.4.1 to 8.5.1
- Gradle from 8.7 to 8.8
- AppCompat from 1.7.0-rc01 to 1.7.0
- assertJ from 3.26.0 to 3.26.3
- Robolectric from 4.12.2 to 4.13

v2.2.1 (2024.05.29)
-------------------
- Update libraries
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 @@ -31,6 +31,6 @@
</string-array>

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

</resources>
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ tasks.register('clean', Delete) {

ext {
apkNamePrefix = "CpuStats"
versionName = '2.2.1'
versionCode = 25
versionName = '2.2.2'
versionCode = 26

compileSdkVersion = 34
buildToolsVersion = '34.0.0'
Expand Down

0 comments on commit daa9070

Please sign in to comment.