diff --git a/docs/content/developer/compatibility.md b/docs/content/developer/compatibility.md index d432398165..1adc39d6fd 100644 --- a/docs/content/developer/compatibility.md +++ b/docs/content/developer/compatibility.md @@ -2,16 +2,17 @@ Compatibility table between DHIS2 Android SDK library, DHIS2 core and Android SDK API. -| SDK | DHIS2 core | Android SDK | Rule engine | -|--------|--------------|-|-| -| 1.10.X | 2.30 -> 2.41 | 21 - 34 | 2.0.47 - 2.0.48 | -| 1.9.X | 2.30 -> 2.40 | 21 - 34 | 2.0.47 - 2.0.48 | -| 1.8.X | 2.30 -> 2.40 | 21 - 33 | 2.0.47 - 2.0.48 | -| 1.7.X | 2.30 -> 2.39 | 21 - 31 | 2.0.42 - 2.0.43 | -| 1.6.X | 2.30 -> 2.38 | 21 - 31 | 2.0.34 - 2.0.35 | -| 1.5.X | 2.29 -> 2.37 | 19 - 29 | 2.0.25 - 2.0.27 | -| 1.4.X | 2.29 -> 2.36 | 19 - 29 | 2.0.17 - 2.0.20 | -| 1.3.X | 2.29 -> 2.35 | 19 - 29 | 2.0.10 - 2.0.15 | -| 1.2.X | 2.29 -> 2.34 | 19 - 28 | - | -| 1.1.X | 2.29 -> 2.34 | 19 - 28 | - | -| 1.0.X | 2.29 -> 2.33 | 19 - 28 | - | +| SDK | DHIS2 core | Android SDK | Rule engine | +|--------|--------------|-------------|-----------------| +| 1.11.X | 2.30 -> 2.41 | 21 - 34 | 2.0.47 - 2.0.48 | +| 1.10.X | 2.30 -> 2.41 | 21 - 34 | 2.0.47 - 2.0.48 | +| 1.9.X | 2.30 -> 2.40 | 21 - 34 | 2.0.47 - 2.0.48 | +| 1.8.X | 2.30 -> 2.40 | 21 - 33 | 2.0.47 - 2.0.48 | +| 1.7.X | 2.30 -> 2.39 | 21 - 31 | 2.0.42 - 2.0.43 | +| 1.6.X | 2.30 -> 2.38 | 21 - 31 | 2.0.34 - 2.0.35 | +| 1.5.X | 2.29 -> 2.37 | 19 - 29 | 2.0.25 - 2.0.27 | +| 1.4.X | 2.29 -> 2.36 | 19 - 29 | 2.0.17 - 2.0.20 | +| 1.3.X | 2.29 -> 2.35 | 19 - 29 | 2.0.10 - 2.0.15 | +| 1.2.X | 2.29 -> 2.34 | 19 - 28 | - | +| 1.1.X | 2.29 -> 2.34 | 19 - 28 | - | +| 1.0.X | 2.29 -> 2.33 | 19 - 28 | - | diff --git a/docs/content/developer/getting-started.md b/docs/content/developer/getting-started.md index 8f767ae9ea..783b2e0adb 100644 --- a/docs/content/developer/getting-started.md +++ b/docs/content/developer/getting-started.md @@ -6,7 +6,7 @@ Include dependency in build.gradle. ```gradle dependencies { - implementation "org.hisp.dhis:android-core:1.10.1" + implementation "org.hisp.dhis:android-core:1.11.0" ... } ``` @@ -26,8 +26,6 @@ Check [compatibility here](#android_sdk_compatibility). ## D2 initialization { #android_sdk_initialization } - - In order to start using the SDK, the first step is to initialize a `D2` object. The helper class `D2Manager` offers static methods to setup and initialize the `D2` instance. Also, it ensures that `D2` is a singleton across the application. The minimum configuration that needs to be passed to the `D2Manager` is the following: