Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takke committed May 29, 2024
1 parent 661c047 commit 769cf09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ v2.2.1 (2024.05.29)
- BuildTools 33.0.1 -> 34.0.0
- Kotlin from 1.9.10 to 2.0.0
- Gradle from 8.4 to 8.7
- AGP from 8.1.2 to 8.3.0
- AGP from 8.1.2 to 8.4.1
- AndroidX Core from 1.3.2 to 1.13.1
- AppCompat from 1.3.0-beta01 to 1.7.0-rc01
- Annotation from 1.2.0-beta01 to 1.8.0
Expand Down
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"
versionCode = 24
versionName = '2.2.0'
versionName = '2.2.1'
versionCode = 25

compileSdkVersion = 34
buildToolsVersion = '34.0.0'
Expand Down

0 comments on commit 769cf09

Please sign in to comment.