diff --git a/CHANGELOG.md b/CHANGELOG.md index b5adb2c08..6effe302b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased - 85 +## v2.7 - 85 (2021-10-05) Android 4.4 is no longer supported starting with this release. If you want to use Catima on Android 4.4, please use version 2.6.1. diff --git a/app/build.gradle b/app/build.gradle index 418675333..ba1105d1f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "me.hackerchick.catima" minSdkVersion 21 targetSdkVersion 31 - versionCode 84 - versionName "2.6.1" + versionCode 85 + versionName "2.7" vectorDrawables.useSupportLibrary true multiDexEnabled true