build: bump compose versions

This commit is contained in:
FunkyMuse 2023-10-06 09:57:04 +02:00
parent eb5c2afa60
commit abe4d59e0a
1 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,10 @@ kotlin = "1.9.10"
#Simple tools
simple-commons = "543593cc03"
#Compose
composeActivity = "1.8.0-rc01"
compose = "1.6.0-alpha06"
composeActivity = "1.8.0"
compose = "1.6.0-alpha07"
composeCompiler = "1.5.3"
composeMaterial3 = "1.2.0-alpha08"
composeMaterial3 = "1.2.0-alpha09"
#Androidx
androidx-customView = "1.2.0-alpha02"
androidx-customViewPooling = "1.0.0"