Skip to content

Commit

Permalink
Bump app version to 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dead8309 committed May 19, 2024
1 parent db28a0d commit 794f8b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions build-logic/convention/src/main/kotlin/AndroidHiltPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ class AndroidHiltPlugin : Plugin<Project> {
"implementation"(libs.findLibrary("hilt").get())
"kapt"(libs.findLibrary("hilt.compiler").get())
}

}
}

}
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# project level
gradle = "8.1.0"
kotlin = "1.8.0"
version-name = "5.3"
version-code ="5"
version-name = "5.4"
version-code ="6"

# app level
accompanist = "0.31.0-alpha"
Expand Down Expand Up @@ -77,7 +77,7 @@ ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
ktor-websockets = { module = "io.ktor:ktor-client-websockets", version.ref = "ktor" }
ktor-content-negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
ktor-kotlinx-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
ktor-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor"}
ktor-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }

# Third-party libraries
glide = { module = "com.github.skydoves:landscapist-glide", version.ref = "glide" }
Expand Down

0 comments on commit 794f8b1

Please sign in to comment.