Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Commit ae363b6

Browse files
committed
2.2.0
1 parent 25709da commit ae363b6

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Changelog.MD

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# JustJava changelog
22

3-
# 2.1.0
3+
## 2.2.0
4+
- Bias places autocomplete to Nairobi
5+
- Remove mobile number requirement
6+
- Fix invalid session-id errors by logging out
7+
- Add option to change payment method
8+
- Disable place order button when there is no no delivery address
9+
- Fix payments notification channel being the same as orders channel
10+
- Add illustration when there aren't any orders
11+
- Add pull to refresh in products screen
12+
13+
## 2.1.0
414

515
- Improve app launch time
616
- Remove mobile number length restriction

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
defaultConfig {
1414
applicationId "com.marknkamau.justjava"
1515

16-
versionCode 12
17-
versionName "2.1.0"
16+
versionCode 13
17+
versionName "2.2.0"
1818

1919
multiDexEnabled true
2020
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)