Skip to content

Commit

Permalink
[1.10.0.1-RC] Bump version 1.10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Jun 11, 2024
1 parent a542a0f commit 1f88fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/developer/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Include dependency in build.gradle.

```gradle
dependencies {
implementation "org.hisp.dhis:android-core:1.10.0"
implementation "org.hisp.dhis:android-core:1.10.0.1"
...
}
```
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
dhis2AndroidSdkVersion = "1.10.0-SNAPSHOT"
dhis2AndroidSdkCode = "292"
dhis2AndroidSdkVersion = "1.10.0.1-SNAPSHOT"
dhis2AndroidSdkCode = "293"

gradle = "8.3.1"
kotlin = "1.9.21"
Expand Down

0 comments on commit 1f88fbe

Please sign in to comment.