diff --git a/app/build.gradle b/app/build.gradle index 4b9425d..4aa67fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "dummydomain.yetanothercallblocker" minSdkVersion 14 targetSdkVersion 28 - versionCode 3040 - versionName "0.3.4" + versionCode 4000 + versionName "0.4.0" javaCompileOptions { annotationProcessorOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/4000.txt b/fastlane/metadata/android/en-US/changelogs/4000.txt new file mode 100644 index 0000000..395699d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/4000.txt @@ -0,0 +1,3 @@ +* Display recent calls on the main screen. +* Added an option for special treatment of contacts (never blocked, name is displayed). +* A lot of other small improvements.