From a8f69bb9bbb32a78c7a27ec0cee934cca5371284 Mon Sep 17 00:00:00 2001 From: FerdyRod Date: Thu, 12 Dec 2024 11:58:03 +0100 Subject: [PATCH] remove previous temporary commit changes and set kotlin versions to 2.0.21 --- .github/workflows/continuous-deployment.yml | 2 +- build.gradle.kts | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index ef872fcfe..1caadf4f6 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -12,7 +12,7 @@ on: inputs: release_version: description: 'Please, enter the release version' - required: false + required: true type: string jobs: diff --git a/build.gradle.kts b/build.gradle.kts index 51a2aae11..9b1ac6c91 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask -version = "0.4.1-COMPOSE-1-7-1-SNAPSHOT" +version = "0.4.1-SNAPSHOT" group = "org.hisp.dhis.mobile" plugins { diff --git a/gradle.properties b/gradle.properties index da83806e5..0575ee64d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,6 +21,6 @@ android.targetSdk=35 android.minSdk=21 #Versions -kotlin.version=2.1.0 +kotlin.version=2.0.21 agp.version=8.7.2 compose.version=1.7.1 \ No newline at end of file