diff --git a/app/build.gradle b/app/build.gradle index c98204c..2247dec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "dummydomain.yetanothercallblocker" minSdkVersion 14 targetSdkVersion 28 - versionCode 3020 - versionName "0.3.2" + versionCode 3030 + versionName "0.3.3" } buildTypes { release { diff --git a/fastlane/metadata/android/en-US/changelogs/3030.txt b/fastlane/metadata/android/en-US/changelogs/3030.txt new file mode 100644 index 0000000..274a497 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3030.txt @@ -0,0 +1,2 @@ +* Proper call blocking on Android 9. +* Fixed handling of new calls during active calls.