Skip to content

Commit

Permalink
update version and update Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
NicosNicolaou16 committed Sep 5, 2024
1 parent 3c85d0b commit 754d0f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ImagePickerAndroid/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ afterEvaluate {
register<MavenPublication>("release") {
groupId = "com.github.NicosNicolaou16"
artifactId = "ImagePickerAndroid"
version = "2.0.16"
version = "2.0.17"
from(components["release"])
}
}
Expand Down
3 changes: 1 addition & 2 deletions imagepickerandroidcompose/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0"
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20"
}

android {
Expand Down Expand Up @@ -39,7 +39,6 @@ android {
compose = true
}
composeCompiler {
enableStrongSkippingMode = true
reportsDestination = layout.buildDirectory.dir("compose_compiler")
}
packaging {
Expand Down

0 comments on commit 754d0f3

Please sign in to comment.