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

Commit d8a61d5

Browse files
committed
2.0.0
1 parent a5e30c6 commit d8a61d5

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

Changelog.MD

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

3+
# 2.0.0
4+
5+
- Change backend from Firebase
6+
- Add Google Sign In
7+
8+
- Use dynamic products list
9+
- Add Google Sign In
10+
- Add ability to have multiple delivery addresses
11+
- Add card payment
12+
- Disable backup on uninstall
13+
314
# 1.7.0
415

516
- Update UI design

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

1919
multiDexEnabled true
2020
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)