diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 22ae6f78..61ffc188 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -30,8 +30,8 @@ android { applicationId = namespace minSdk = minAndroidVersion targetSdk = androidVersion - versionCode = 56 - versionName = "2.7.1" + versionCode = 57 + versionName = "2.8.0" multiDexEnabled = true } diff --git a/fastlane/metadata/android/en-US/changelogs/57.txt b/fastlane/metadata/android/en-US/changelogs/57.txt new file mode 100644 index 00000000..ea394bde --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/57.txt @@ -0,0 +1,4 @@ +v2.8.0 +- open calendar when pressing month and year header +- open calendar into clicked day (new config item, disabled by default) +- technical maintenance \ No newline at end of file