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

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNjunge committed Mar 12, 2020
1 parent a48baf7 commit 9c326af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions Changelog.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# JustJava changelog

# 2.0.0
# 2.1.0

- Improve app launch time
- Remove mobile number length restriction
- Add delete account feature
- Add password reset
- Update login and signup design

## 2.0.0

- Change backend from Firebase
- Add Google Sign In
Expand All @@ -11,7 +19,7 @@
- Add card payment
- Disable backup on uninstall

# 1.7.0
## 1.7.0

- Update UI design
- Remove checkout screen and combine it with cart
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
applicationId "com.marknkamau.justjava"

versionCode 11
versionName "2.0.0"
versionCode 12
versionName "2.1.0"

multiDexEnabled true
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 9c326af

Please sign in to comment.