Skip to content

Commit

Permalink
v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
takke committed May 19, 2022
1 parent efcc7a8 commit 0aa9aac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Change Log
==========

v2.8.2 (2022.05.18)
v2.8.2 (2022.05.19)
-------------------
- Support Android 12
- compileSdkVersion 30 -> 31
- targetSdkVersion 30 -> 31
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ allprojects {

ext {
apkNamePrefix = 'DataStats'
versionCode = 28
versionName = "2.8.1"
versionCode = 29
versionName = "2.8.2"

compileSdkVersion = 31
buildToolsVersion = '30.0.3'
Expand Down

0 comments on commit 0aa9aac

Please sign in to comment.