Update dependencies
This commit is contained in:
parent
3aa4e6eb93
commit
7890511a53
@ -39,7 +39,7 @@ object LocaleHelper {
|
|||||||
} else {
|
} else {
|
||||||
getLocale(lang)
|
getLocale(lang)
|
||||||
}
|
}
|
||||||
return locale.getDisplayName(locale).replaceFirstChar { it.uppercase(locale) }
|
return locale!!.getDisplayName(locale).replaceFirstChar { it.uppercase(locale) }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[versions]
|
[versions]
|
||||||
agp_version = "7.1.2"
|
agp_version = "7.1.2"
|
||||||
lifecycle_version = "2.5.0-alpha02"
|
lifecycle_version = "2.5.0-alpha05"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
annotation = "androidx.annotation:annotation:1.4.0-alpha02"
|
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"
|
browser = "androidx.browser:browser:1.4.0"
|
||||||
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.3"
|
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.3"
|
||||||
coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
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"
|
splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
|
||||||
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-alpha01"
|
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-alpha01"
|
||||||
swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
|
swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
|
||||||
|
Loading…
Reference in New Issue
Block a user