Skip to content

Commit

Permalink
Release : v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DongChyeon committed Dec 29, 2024
1 parent 3d70ad8 commit fcf7444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions calendar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ android {
)
}
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -42,7 +43,6 @@ android {
}

dependencies {

implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(libs.androidx.activity.compose)
Expand All @@ -69,7 +69,7 @@ mavenPublishing {

signAllPublications()

coordinates("io.github.dongchyeon", "photo-calendar", "1.0.0")
coordinates("io.github.dongchyeon", "photo-calendar", "1.0.1")

pom {
name.set("PhotoCalendar")
Expand Down
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ activityCompose = "1.9.3"
composeBom = "2024.04.01"
appcompat = "1.7.0"
material = "1.12.0"
desugar = "2.0.3"
mavenPublish = "0.29.0"

[libraries]
Expand All @@ -37,8 +36,6 @@ material = { group = "com.google.android.material", name = "material", version.r
coil-compose = { group = "io.coil-kt.coil3", name = "coil-compose", version.ref = "coil" }
coil-network = { group = "io.coil-kt.coil3", name = "coil-network-okhttp", version.ref = "coil" }

desugar-jdk-libs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "desugar" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
Expand Down

0 comments on commit fcf7444

Please sign in to comment.