diff --git a/core/gradle.properties b/core/gradle.properties index 97ec8c9ade..9f9e03be39 100644 --- a/core/gradle.properties +++ b/core/gradle.properties @@ -29,5 +29,5 @@ # Properties which are consumed by plugins/gradle-mvn-push.gradle plugin. # They are used for publishing artifact to snapshot repository. -VERSION_NAME=1.10.0-SNAPSHOT +VERSION_NAME=1.10.0 VERSION_CODE=292 diff --git a/docs/content/developer/getting-started.md b/docs/content/developer/getting-started.md index 39faf63ff0..51aa430148 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.9.1" + implementation "org.hisp.dhis:android-core:1.10.0" ... } ```