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

Commit ec5f4c6

Browse files
committed
1.2.0
1 parent 61e6a0e commit ec5f4c6

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Changelog.MD

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

3+
## 1.2.0
4+
5+
* Enable editing customer details - [812538a](https://github.com/MarkNjunge/JustJava-Android/commit/812538a12dd6a16f7623ab9531135538f627a86b)
6+
* Fix privacy policy link - [e1d0d71](https://github.com/MarkNjunge/JustJava-Android/commit/e1d0d714cea9c928e3662d2f020a6413ff48cadf)
7+
38
## 1.1.0
49

510
* Fix M-Pesa payment - [a11f8a3](https://github.com/MarkNjunge/JustJava-Android/commit/a11f8a35136b1e1d2d038e7588d1070c2e4fac1c)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId "com.marknkamau.justjava"
2929
minSdkVersion 21
3030
targetSdkVersion 27
31-
versionCode 2
32-
versionName "1.1.0"
31+
versionCode 3
32+
versionName "1.2.0"
3333
multiDexEnabled true
3434
vectorDrawables.useSupportLibrary = true
3535
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)