Skip to content

Commit

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

## 2.23.0
* Add powerConnected uniform
* Fix registering for battery updates on Android N+

## 2.22.0
* Import/Export SQLite database

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 58
versionName '2.22.0'
versionCode 59
versionName '2.23.0'
}

signingConfigs {
Expand Down

0 comments on commit 66ce75c

Please sign in to comment.