Skip to content

Commit

Permalink
remove previous temporary commit changes and set kotlin versions to 2…
Browse files Browse the repository at this point in the history
….0.21
  • Loading branch information
ferdyrod committed Dec 12, 2024
1 parent 82f64d4 commit a8f69bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
inputs:
release_version:
description: 'Please, enter the release version'
required: false
required: true
type: string

jobs:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a8f69bb

Please sign in to comment.