Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed May 18, 2024
1 parent f6c6a62 commit 3341cb9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class MainActivity : AppCompatActivity() {
DomainVerifier.verify(this)
}

override fun dispatchKeyEvent(event: KeyEvent?): Boolean {
override fun dispatchKeyEvent(event: KeyEvent): Boolean {
return (KeyEventDispatcher.invoke(event) ?: false) || super.dispatchKeyEvent(event)
}

Expand Down
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
[versions]
app = "5.4.0"
aboutlibraries = "11.1.0"
aboutlibraries = "11.1.4"
accompanist = "0.34.0"
activity = "1.8.2"
activity = "1.9.0"
android = "8.2.2"
android-core = "1.12.0"
android-core = "1.13.1"
android-sqlite = "2.4.0"
appcompat = "1.6.1"
appdirs = "1.2.2"
blurhash = "0.2.0"
coil = "3.0.0-alpha06"
compose = "1.6.1"
compose = "1.6.2"
complete-kotlin = "1.1.0"
context-menu = "0.2.0"
coroutines = "1.8.0"
crashlytics-plugin = "2.9.9"
datastore = "1.0.0"
datastore = "1.1.1"
datetime = "0.5.0"
decompose = "3.0.0-alpha09"
decompose = "3.0.0"
firebase = "1.11.1"
firebase-android = "20.4.2"
firebase-android-auth = "22.3.1"
firebase-android-crashlytics = "18.6.2"
firebase-android-firestore = "24.10.3"
flowredux = "1.2.1"
grpc = "1.59.0"
haze = "0.6.2"
haze = "0.7.1"
jsunpacker = "1.0.2"
kache = "2.1.0"
kcef = "2024.01.07.1"
kmpalette = "3.1.0"
kodein = "7.21.2"
kolor = "1.4.4"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.19"
ktor = "2.3.9"
ktorfit = "1.12.0"
ksp = "1.9.23-1.0.20"
ktor = "2.3.10"
ktorfit = "1.13.0"
ktsoup = "0.3.0"
lang = "3.14.0"
material = "1.11.0"
media3 = "1.3.0"
material = "1.12.0"
media3 = "1.3.1"
moko-resources = "0.23.0"
multidex = "2.0.1"
nanoid = "1.0.1"
Expand Down

0 comments on commit 3341cb9

Please sign in to comment.