diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdd536f5..fcfca102d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Changelog +#### Version 0.36.3 +* Basic Makibes HR3 support + #### Version 0.36.2 * Amazfit Bip: Untested support for Lite variant * Force Lineage OS to ask for permission when Trust is used to fix non-working incoming calls diff --git a/app/build.gradle b/app/build.gradle index 860c14d81..85553c426 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 27 // Note: always bump BOTH versionCode and versionName! - versionName "0.36.2" - versionCode 157 + versionName "0.36.3" + versionCode 158 vectorDrawables.useSupportLibrary = true } buildTypes {