From 5e44e6508dd9748b25f16b466669c288b909f50e Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 22 Mar 2021 09:21:57 +0100 Subject: [PATCH] [MASTER-DEV] Update doc version 1.3.2 --- docs/content/developer/compatibility.md | 1 + docs/content/developer/getting-started.md | 2 +- docs/content/developer/known-issues.md | 6 +++++- docs/dhis2_android_sdk_developer_guide_INDEX.md | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/content/developer/compatibility.md b/docs/content/developer/compatibility.md index 8ae421a6a0..c6f161a635 100644 --- a/docs/content/developer/compatibility.md +++ b/docs/content/developer/compatibility.md @@ -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 | diff --git a/docs/content/developer/getting-started.md b/docs/content/developer/getting-started.md index 6907c33bd4..18fe855e37 100644 --- a/docs/content/developer/getting-started.md +++ b/docs/content/developer/getting-started.md @@ -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" ... } ``` diff --git a/docs/content/developer/known-issues.md b/docs/content/developer/known-issues.md index c2e90de57a..a4b105e765 100644 --- a/docs/content/developer/known-issues.md +++ b/docs/content/developer/known-issues.md @@ -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. \ No newline at end of file +- 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. \ No newline at end of file diff --git a/docs/dhis2_android_sdk_developer_guide_INDEX.md b/docs/dhis2_android_sdk_developer_guide_INDEX.md index 92fc8e31a0..fe7b154caa 100644 --- a/docs/dhis2_android_sdk_developer_guide_INDEX.md +++ b/docs/dhis2_android_sdk_developer_guide_INDEX.md @@ -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' ---