Skip to content

Commit

Permalink
Release v2.7.3: Update notes and fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
f4ww4z committed Jun 11, 2019
1 parent 61319ec commit b8f5f4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,23 @@ If you want to release a new major or minor version, please be sure to update th

# Release Notes

<a name="version-2.7.3"></a>
### Version 2.7.3
### Summary:
1. Remove Apache HTTP API Client library
2. Patient now extends Person
3. Make Search primary function for Find Patients
4. Revamp Settings Page (new material design!)
5. Integrated android snooper for debugging purpose

<a name="version-2.7.2"></a>
### Version 2.7.2
### Summary:
1. Added Kotlin dependency to app level build.gradle file
2. Added release folder to gitignore
3. Initialized SQLCipher, made app 64-bit compliant
4. Changed Gradle to latest version
5. Fixed Play Publisher not publishing o Play store
5. Fixed Play Publisher not publishing to Play store

<a name="version-2.7.1"></a>
### Version 2.7.1
Expand Down
1 change: 1 addition & 0 deletions openmrs-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ play {

serviceAccountCredentials = rootProject.file('google_play.json')
resolutionStrategy = "auto"
releaseStatus = "completed"

outputProcessor { // this: ApkVariantOutput
versionNameOverride = "$versionNameOverride.$versionCode"
Expand Down

0 comments on commit b8f5f4a

Please sign in to comment.