feat: map all color schemes correctly

upgrade kotlin to 1.8.22 and latest compose versioning
This commit is contained in:
FunkyMuse
2023-06-30 14:16:35 +02:00
parent 9edf16cf19
commit 3b72df5844
5 changed files with 39 additions and 79 deletions

View File

@@ -1,15 +1,15 @@
[versions]
#jetbrains
kotlin = "1.8.21"
kotlin = "1.8.22"
#KSP
ksp = "1.8.21-1.0.11"
ksp = "1.8.22-1.0.11"
#Androidx
androidx-customView = "1.2.0-alpha02"
androidx-customViewPooling = "1.0.0"
#Compose
composeActivity = "1.8.0-alpha06"
compose = "1.6.0-alpha01"
composeCompiler = "1.4.7"
composeCompiler = "1.4.8"
composeMaterial3 = "1.2.0-alpha03"
accompanist = "0.31.4-beta"
#AutoFitTextView