mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Update dependencies
This commit is contained in:
parent
3aa4e6eb93
commit
7890511a53
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ object LocaleHelper {
|
|||
} else {
|
||||
getLocale(lang)
|
||||
}
|
||||
return locale.getDisplayName(locale).replaceFirstChar { it.uppercase(locale) }
|
||||
return locale!!.getDisplayName(locale).replaceFirstChar { it.uppercase(locale) }
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[versions]
|
||||
agp_version = "7.1.2"
|
||||
lifecycle_version = "2.5.0-alpha02"
|
||||
lifecycle_version = "2.5.0-alpha05"
|
||||
|
||||
[libraries]
|
||||
annotation = "androidx.annotation:annotation:1.4.0-alpha02"
|
||||
|
@ -9,7 +9,7 @@ biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha04"
|
|||
browser = "androidx.browser:browser:1.4.0"
|
||||
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.3"
|
||||
coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
||||
corektx = "androidx.core:core-ktx:1.8.0-alpha04"
|
||||
corektx = "androidx.core:core-ktx:1.8.0-alpha05"
|
||||
splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
|
||||
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-alpha01"
|
||||
swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
|
||||
|
|
Loading…
Reference in a new issue