Skip to content

Commit

Permalink
docs: Update documentation version and URL (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr authored Jan 14, 2025
1 parent 946c13f commit 7de6195
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand All @@ -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")
}
```

Expand All @@ -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")
}
```

Expand Down

0 comments on commit 7de6195

Please sign in to comment.