diff --git a/CHANGELOG.md b/CHANGELOG.md index b79fe44..657b66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/android/app/build.gradle b/android/app/build.gradle index 7ff106e..458e76d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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.