Skip to content

Commit

Permalink
Closed version 0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Dec 3, 2023
1 parent c28c346 commit 4e2c4e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 0.0.21 (2023-12-03)

New features

- Recordings database autorefresh on application resume (i.e. getting back from a call...)

## Version 0.0.20 (2023-11-22)

Bug fixes:
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.github.nicorac.bcrgui"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 20
versionName "0.0.20"
versionCode 21
versionName "0.0.21"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down

0 comments on commit 4e2c4e0

Please sign in to comment.