diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 29d571103..3438728e4 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -7,7 +7,6 @@ on: push: branches: - develop - - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/README.md b/README.md index a0b906bea..0b4f996ef 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ In the module **build.gradle.kts**: ```kotlin dependencies { - implementation("org.hisp.dhis.mobile:designsystem:0.2") + implementation("org.hisp.dhis.mobile:designsystem:0.2.1") } ```