Update dependencies
This commit is contained in:
parent
5410b4985f
commit
8685b1a139
1 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ val keystoreProperties = Properties ()
|
|||
keystoreProperties . load ( FileInputStream ( rootProject . file ("keystore.properties") ) )
|
||||
|
||||
plugins {
|
||||
id ("com.android.application") . version ("8.8.0")
|
||||
id ("com.android.application") . version ("8.8.1")
|
||||
id ("org.jetbrains.kotlin.android") . version ("2.1.10")
|
||||
id ("org.jetbrains.kotlin.plugin.compose") . version ("2.1.10")
|
||||
id ("org.jetbrains.kotlin.plugin.serialization") . version ("2.1.10")
|
||||
|
@ -64,9 +64,9 @@ dependencies {
|
|||
implementation ( "androidx.activity" , "activity-compose" , "1.10.0" )
|
||||
implementation ( "androidx.core" , "core-ktx" , "1.15.0" )
|
||||
implementation ( "androidx.compose.material3" , "material3" , "1.3.1" )
|
||||
implementation ( "androidx.compose.ui" , "ui" , "1.7.7" )
|
||||
implementation ( "androidx.compose.ui" , "ui-graphics" , "1.7.7" )
|
||||
debugImplementation ( "androidx.compose.ui" , "ui-tooling" , "1.7.7" )
|
||||
implementation ( "androidx.compose.ui" , "ui" , "1.7.8" )
|
||||
implementation ( "androidx.compose.ui" , "ui-graphics" , "1.7.8" )
|
||||
debugImplementation ( "androidx.compose.ui" , "ui-tooling" , "1.7.8" )
|
||||
implementation ( "androidx.lifecycle" , "lifecycle-runtime-ktx" , "2.8.7" )
|
||||
implementation ( "org.jetbrains.kotlinx" , "kotlinx-coroutines-android" , "1.10.1" )
|
||||
implementation ( "org.jetbrains.kotlinx" , "kotlinx-serialization-json" , "1.8.0" )
|
||||
|
|
Loading…
Add table
Reference in a new issue