Skip to content

Commit

Permalink
updated to use compose 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brazesh Tamang committed Aug 30, 2022
1 parent 116021a commit 782740b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion compose_version
kotlinCompilerExtensionVersion '1.2.0'
}
packagingOptions {
resources {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
apply from: "${rootDir}/scripts/publish-root.gradle"

ext {
compose_version="1.2.0"
compose_version="1.2.1"
}

task clean(type: Delete) {
Expand Down
6 changes: 3 additions & 3 deletions datepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
ext {
// Provide your own coordinates here
PUBLISH_GROUP_ID = 'io.github.aagitoex'
PUBLISH_VERSION = '0.0.2-alpha01'
PUBLISH_VERSION = '1.0.0-beta01'
PUBLISH_ARTIFACT_ID = 'compose-nepcal'
}

Expand Down Expand Up @@ -47,7 +47,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion compose_version
kotlinCompilerExtensionVersion '1.2.0'
}
packagingOptions {
resources {
Expand All @@ -56,7 +56,7 @@ android {
}
}

def compose_calendar = "1.2.0"
def compose_calendar = "1.2.1"

dependencies {

Expand Down

0 comments on commit 782740b

Please sign in to comment.