diff --git a/README.md b/README.md index b798b3f1b..b46aa1b76 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DHIS2 Mobile UI -Dhis2 Mobile UI library documentation, installation and usage is explained in [DHIS2 Developer portal](https://developers.dhis2.org/mobile/mobile-ui/overview) +Dhis2 Mobile UI library documentation, installation and usage is explained in [DHIS2 Developer portal](https://developers.dhis2.org/docs/mobile/mobile-ui/overview) ## Compose Compiler Reports diff --git a/docs/getting-started.md b/docs/getting-started.md index 1cecdbd09..80ff02267 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -30,7 +30,7 @@ In the module **build.gradle.kts**: ```kotlin dependencies { - implementation("org.hisp.dhis.mobile:designsystem-android:0.3.0") + implementation("org.hisp.dhis.mobile:designsystem-android:0.4.1") } ``` @@ -40,7 +40,7 @@ In the module **build.gradle.kts**: ```kotlin dependencies { - implementation("org.hisp.dhis.mobile:designsystem-desktop:0.3.0") + implementation("org.hisp.dhis.mobile:designsystem-desktop:0.4.1") } ``` @@ -50,7 +50,7 @@ In the module **build.gradle.kts**: ```kotlin dependencies { - implementation("org.hisp.dhis.mobile:designsystem:0.3.0") + implementation("org.hisp.dhis.mobile:designsystem:0.4.1") } ```