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

Commit 9c326af

Browse files
committed
2.1.0
1 parent a48baf7 commit 9c326af

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

Changelog.MD

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# JustJava changelog
22

3-
# 2.0.0
3+
# 2.1.0
4+
5+
- Improve app launch time
6+
- Remove mobile number length restriction
7+
- Add delete account feature
8+
- Add password reset
9+
- Update login and signup design
10+
11+
## 2.0.0
412

513
- Change backend from Firebase
614
- Add Google Sign In
@@ -11,7 +19,7 @@
1119
- Add card payment
1220
- Disable backup on uninstall
1321

14-
# 1.7.0
22+
## 1.7.0
1523

1624
- Update UI design
1725
- Remove checkout screen and combine it with cart

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 11
17-
versionName "2.0.0"
16+
versionCode 12
17+
versionName "2.1.0"
1818

1919
multiDexEnabled true
2020
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)