Skip to content

Commit

Permalink
Merge pull request #3190 from dhis2/hotfix/2.8.1.1
Browse files Browse the repository at this point in the history
Hotfix/2.8.1.1
  • Loading branch information
andresmr committed Jun 9, 2023
2 parents 5386ddf + 0e217c1 commit 0f0c6cb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 24 deletions.
15 changes: 4 additions & 11 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Android Capture App for DHIS 2 (v2.8.1) - Patch version
Android Capture App for DHIS 2 (v2.8.1.1) - Hotfix
<table>
<tr>
<td>
Expand All @@ -12,17 +12,10 @@ This is a patch version of the DHIS2 Android App It builds upon the last version
<td colspan="2" bgcolor="white">

## Bugs fixed
* [ANDROAPP-5367](https://dhis2.atlassian.net/browse/ANDROAPP-5367) Analytics: verify support for Calculations
* [ANDROAPP-5365](https://dhis2.atlassian.net/browse/ANDROAPP-5365) Update rule engine to 2.1.8
* [ANDROAPP-5364](https://dhis2.atlassian.net/browse/ANDROAPP-5364) Handle map API calls when device doesn't have internet access but can access the dhis server
* [ANDROAPP-5361](https://dhis2.atlassian.net/browse/ANDROAPP-5361) Tracker infinite loading for program stage
* [ANDROAPP-5360](https://dhis2.atlassian.net/browse/ANDROAPP-5360) ForegroundServiceStartNotAllowedException
* [ANDROAPP-5359](https://dhis2.atlassian.net/browse/ANDROAPP-5359) RuntimeException: Unable to resume activity
* [ANDROAPP-5358](https://dhis2.atlassian.net/browse/ANDROAPP-5358) NumberFormatException: For input string: "No"
* [ANDROAPP-5356](https://dhis2.atlassian.net/browse/ANDROAPP-5356) LMIS back miss behavior
* This patch release updates the [Android SDK](https://github.com/dhis2/dhis2-android-sdk) to version 1.8.1.
* [ANDROAPP-5371](https://dhis2.atlassian.net/browse/ANDROAPP-5371) Update SDK to 1.8.1.1
* This patch release updates the [Android SDK](https://github.com/dhis2/dhis2-android-sdk) to version 1.8.1.1

**Bug fixing:** You can find the list of bugs fixed [here](https://dhis2.atlassian.net/issues/?filter=10417).
**Bug fixing:** You can find the list of bugs fixed [here](https://dhis2.atlassian.net/projects/ANDROAPP/versions/10808).

</td>
</tr>
Expand Down
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def hilt = '2.43.2'
def hiltCompiler = '1.0.0'
def jacoco = '0.8.8'

def dhis2sdk = "1.8.1"
def dhis2sdk = "1.8.1.1"
def ruleEngine = "2.1.8"
def appcompat = "1.5.1"
def annotation = "1.4.0"
Expand Down Expand Up @@ -93,8 +93,8 @@ ext.versions = [
ndk : "21.4.7075529",
sdk : 33,
minSdk : 21,
vCode: 125,
vName: "2.8.1",
vCode: 126,
vName: "2.8.1.1",
sourceCompat : JavaVersion.VERSION_11,
targetCompat : JavaVersion.VERSION_11,
kotlinCompilerExtensionVersion: "1.4.2",
Expand Down
6 changes: 3 additions & 3 deletions release.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vName:2.8.1
vBranch:release/2.8.1
sdkVersion:1.8.1
vName:2.8.1.1
vBranch:hotfix/2.8.1.1
sdkVersion:1.8.1.1
9 changes: 2 additions & 7 deletions whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
This is a patch version that fixes:
- ANDROAPP-5367 Analytics: verify support for Calculations
- ANDROAPP-5365 Update rule engine to 2.1.8
- ANDROAPP-5364 Handle map API calls when device doesn't have internet access but can access the dhis server
- ANDROAPP-5361 Tracker infinite loading for program stage
- ANDROAPP-5356 LMIS back miss behavior
- Stability issues: ANDROAPP-5360, ANDROAPP-5358, ANDROAPP-5358
This is a hotfix version that fixes:
- ANDROAPP-5371 Update SDK to 1.8.1.1: Missing Visualization after update to 1.8.1
You can find all details in Jira and Github (github.com/dhis2/dhis2-android-capture-app)

0 comments on commit 0f0c6cb

Please sign in to comment.