Skip to content

Commit

Permalink
[MASTER-DEV] Update doc version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Mar 22, 2021
1 parent f0893e8 commit 5e44e65
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/content/developer/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Compatibility table between DHIS2 Android SDK library, DHIS2 core and Android SD
| 1.2.1 | 2.29 -> 2.34 | 19 - 28 |
| 1.3.0 | 2.29 -> 2.35 | 19 - 29 |
| 1.3.1 | 2.29 -> 2.35 | 19 - 29 |
| 1.3.2 | 2.29 -> 2.35 | 19 - 29 |
2 changes: 1 addition & 1 deletion docs/content/developer/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Include dependency in build.gradle.

```gradle
dependencies {
implementation "org.hisp.dhis:android-core:1.3.1"
implementation "org.hisp.dhis:android-core:1.3.2"
...
}
```
Expand Down
6 changes: 5 additions & 1 deletion docs/content/developer/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@

## Data set completion

- In DHIS2 version 2.33.0 and 2.33.1, if a dataset is mark as uncompleted in the server, this value is not updated in the SDK. In those versions the API did not expose enough information to know if the status was complete or uncomplete.
- In DHIS2 version 2.33.0 and 2.33.1, if a dataset is mark as uncompleted in the server, this value is not updated in the SDK. In those versions the API did not expose enough information to know if the status was complete or uncomplete.

## Tracker relationships

- In DHIS2 version 2.35.1, TEI relationships might fail to be downloaded at data sync.
4 changes: 2 additions & 2 deletions docs/dhis2_android_sdk_developer_guide_INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ title: 'DHIS 2 Android SDK Developer Guide'
author: 'DHIS 2'
date:
year: 2021
month: January
month: March
keywords: [DHIS2, Android]
commit:
version: master
applicable_txt: 'Applicable to version 1.3.1'
applicable_txt: 'Applicable to version 1.3.2'
---
<!--DHIS2-SECTION-ID:index-->

Expand Down

0 comments on commit 5e44e65

Please sign in to comment.