Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluchu committed Mar 23, 2023
2 parents 5e29514 + e820c43 commit dca0010
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ android {
compose = true
}

composeOptions {
kotlinCompilerExtensionVersion = "1.4.2"
}
composeOptions.kotlinCompilerExtensionVersion = "1.4.4"

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
2 changes: 1 addition & 1 deletion jchucomponents-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ afterEvaluate {
from components.release
groupId = "com.github.jeluchu"
artifactId = "jchucomponents-core"
version = "1.2.0"
version = "1.2.1"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions jchucomponents-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
}

buildFeatures.compose = true
composeOptions.kotlinCompilerExtensionVersion = "1.4.2"
composeOptions.kotlinCompilerExtensionVersion = "1.4.4"

buildTypes {
release {
Expand Down Expand Up @@ -65,7 +65,7 @@ afterEvaluate {
from components.release
groupId = "com.github.jeluchu"
artifactId = "jchucomponents-ktx"
version = "1.2.0"
version = "1.2.1"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions jchucomponents-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
}

buildFeatures.compose = true
composeOptions.kotlinCompilerExtensionVersion = "1.4.2"
composeOptions.kotlinCompilerExtensionVersion = "1.4.4"

buildTypes {
release {
Expand Down Expand Up @@ -66,7 +66,7 @@ afterEvaluate {
from components.release
groupId = "com.github.jeluchu"
artifactId = "jchucomponents-ui"
version = "1.2.0"
version = "1.2.1"
}
}
}
Expand Down

0 comments on commit dca0010

Please sign in to comment.