Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrya committed Sep 9, 2020
1 parent 5cc371d commit dfbce32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
minSdkVersion(14)
targetSdkVersion(29)
versionCode = 28
versionName = "2.1.0"
versionName = "2.1.1"
}
signingConfigs {
create("release") {
Expand Down
7 changes: 3 additions & 4 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
v2.1.1
• Fixed NullPointerException when detecting some beacons (#25).

v2.1.0
• Added ability to configure publishing period separately when device is charging (#24).
• Fixed issue with beacons that do not have a name (#22).
• Fixed issue with publishing sometimes stopping (#23).

v2.0.0
• Added initial support for Bluetooth beacons.
• Fixed that battery messages where being sent via mobile regardless of settings.

0 comments on commit dfbce32

Please sign in to comment.