Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Dependencies {
object Android {

private const val annotationVersion = "1.9.1"
private const val fragmentKtxVersion = "1.3.3"
private const val fragmentKtxVersion = "1.8.9"

const val annotation = "androidx.annotation:annotation:$annotationVersion"
const val fragmentKtx = "androidx.fragment:fragment-ktx:$fragmentKtxVersion"
Expand Down
Loading