Skip to content

Commit

Permalink
Advance version number to 2.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Oct 24, 2021
1 parent 5996f1a commit 4bd2633
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 2.23.1
* Fix handling battery updates on Android O+

## 2.23.0
* Add powerConnected uniform
* Fix registering for battery updates on Android N+
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version

versionCode 59
versionName '2.23.0'
versionCode 60
versionName '2.23.1'
}

signingConfigs {
Expand Down

0 comments on commit 4bd2633

Please sign in to comment.