Skip to content

Commit 794f8b1

Browse files
committed
Bump app version to 5.4
1 parent db28a0d commit 794f8b1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build-logic/convention/src/main/kotlin/AndroidHiltPlugin.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ class AndroidHiltPlugin : Plugin<Project> {
1919
"implementation"(libs.findLibrary("hilt").get())
2020
"kapt"(libs.findLibrary("hilt.compiler").get())
2121
}
22-
2322
}
2423
}
25-
2624
}

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# project level
33
gradle = "8.1.0"
44
kotlin = "1.8.0"
5-
version-name = "5.3"
6-
version-code ="5"
5+
version-name = "5.4"
6+
version-code ="6"
77

88
# app level
99
accompanist = "0.31.0-alpha"
@@ -77,7 +77,7 @@ ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
7777
ktor-websockets = { module = "io.ktor:ktor-client-websockets", version.ref = "ktor" }
7878
ktor-content-negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
7979
ktor-kotlinx-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
80-
ktor-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor"}
80+
ktor-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
8181

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

0 commit comments

Comments
 (0)