fix: language color and upgrade to gradle 8.4
This commit is contained in:
parent
0fde3717f0
commit
eb5c2afa60
|
@ -54,6 +54,7 @@ internal fun SettingsScreen(
|
|||
value = displayLanguage,
|
||||
doOnPreferenceClick = onSetupLanguagePress,
|
||||
preferenceLabelColor = SimpleTheme.colorScheme.onSurface,
|
||||
preferenceValueColor = SimpleTheme.colorScheme.onSurface,
|
||||
)
|
||||
}
|
||||
SettingsCheckBoxComponent(
|
||||
|
|
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
|
||||
|
|
Loading…
Reference in New Issue