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

Commit 39bd1ea

Browse files
committed
1.2.1
1 parent efc1d6b commit 39bd1ea

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Changelog.MD

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

3+
## 1.2.1
4+
5+
* Fix crash reporting
6+
37
## 1.2.0
48

59
* Enable editing customer details - [812538a](https://github.com/MarkNjunge/JustJava-Android/commit/812538a12dd6a16f7623ab9531135538f627a86b)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.marknkamau.justjava"
1212
minSdkVersion 21
1313
targetSdkVersion 27
14-
versionCode 3
15-
versionName "1.2.0"
14+
versionCode 4
15+
versionName "1.2.1"
1616
multiDexEnabled true
1717
vectorDrawables.useSupportLibrary = true
1818
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)