From ae363b6282285cb468857fd0e40000b229a28329 Mon Sep 17 00:00:00 2001 From: MarkNjunge Date: Tue, 14 Apr 2020 15:06:15 +0300 Subject: [PATCH] 2.2.0 --- Changelog.MD | 12 +++++++++++- app/build.gradle | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Changelog.MD b/Changelog.MD index 11ab362..8478503 100644 --- a/Changelog.MD +++ b/Changelog.MD @@ -1,6 +1,16 @@ # JustJava changelog -# 2.1.0 +## 2.2.0 +- Bias places autocomplete to Nairobi +- Remove mobile number requirement +- Fix invalid session-id errors by logging out +- Add option to change payment method +- Disable place order button when there is no no delivery address +- Fix payments notification channel being the same as orders channel +- Add illustration when there aren't any orders +- Add pull to refresh in products screen + +## 2.1.0 - Improve app launch time - Remove mobile number length restriction diff --git a/app/build.gradle b/app/build.gradle index c91e4f2..71aebc5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { applicationId "com.marknkamau.justjava" - versionCode 12 - versionName "2.1.0" + versionCode 13 + versionName "2.2.0" multiDexEnabled true vectorDrawables.useSupportLibrary = true