Skip to content

Commit

Permalink
v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
takke committed May 29, 2024
1 parent e9537bd commit fe1a6c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Change Log
==========

v2.8.4 (2024.xx.xx)
v2.8.4 (2024.05.29)
-------------------
- Update library
- Gradle 8.4 -> 8.7
- BuildTools 33.0.1 -> 34.0.0
- AGP from 8.1.2 to 8.3.0
- Kotlin from 1.9.10 to 2.0.0
- core-ktx from 1.12.0 to 1.13.1

v2.8.3 (2023.11.07)
-------------------
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ allprojects {

ext {
apkNamePrefix = 'DataStats'
versionCode = 30
versionName = "2.8.3"
versionName = "2.8.4"
versionCode = 31

compileSdkVersion = 34
buildToolsVersion = '34.0.0'
Expand Down

0 comments on commit fe1a6c9

Please sign in to comment.