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

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNjunge committed Oct 4, 2018
1 parent efc1d6b commit 39bd1ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# JustJava changelog

## 1.2.1

* Fix crash reporting

## 1.2.0

* Enable editing customer details - [812538a](https://github.com/MarkNjunge/JustJava-Android/commit/812538a12dd6a16f7623ab9531135538f627a86b)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.marknkamau.justjava"
minSdkVersion 21
targetSdkVersion 27
versionCode 3
versionName "1.2.0"
versionCode 4
versionName "1.2.1"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 39bd1ea

Please sign in to comment.