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

Commit 041e037

Browse files
committed
1.5.0
1 parent 8a6aed1 commit 041e037

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

Changelog.MD

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

3+
## 1.5.0
4+
* Move open source libraries list to separate page.
5+
* Dialog to edit the cart shows up when an item is clicked.
6+
* Update profile screen design.
7+
* Update privacy policy url and contact email.
8+
9+
## 1.4.1
10+
* Minor UI change from switching to new material library.
11+
12+
## 1.4.0
13+
* Fix critical bug that prevented new accounts from being created.
14+
15+
## 1.3.0
16+
* Profile icon is always present.
17+
* Fix text wrapping on catalog.
18+
* Various changes to sign up.
19+
320
## 1.2.1
421

522
* Fix crash reporting

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.marknkamau.justjava"
1111
minSdkVersion androidConfig.minSdk
1212
targetSdkVersion androidConfig.targetSdk
13-
versionCode 7
14-
versionName "1.4.1"
13+
versionCode 8
14+
versionName "1.5.0"
1515
multiDexEnabled true
1616
vectorDrawables.useSupportLibrary = true
1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)