Bump AGP and Kotlin versions
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
70401bccc4
commit
e86899b9ee
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ compose-compiler = "1.3.2"
|
|||
compose-material3 = "1.0.1"
|
||||
espresso = "3.3.0"
|
||||
hilt-android = "2.44"
|
||||
kotlin = "1.7.20"
|
||||
kotlin = "1.8.0"
|
||||
kotlinx-serialization = "1.4.1"
|
||||
kotlinx-coroutines = "1.6.4"
|
||||
kotlinx-datetime = "0.4.0"
|
||||
|
@ -24,7 +24,7 @@ versionCode = "1"
|
|||
versionName = "1.0"
|
||||
|
||||
[libraries]
|
||||
android-gradle = { module = "com.android.tools.build:gradle", version = "7.3.1" }
|
||||
android-gradle = { module = "com.android.tools.build:gradle", version = "7.4.0" }
|
||||
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
|
||||
androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
|
||||
androidx-splash = { module = "androidx.core:core-splashscreen", version.ref = "androidx-splash" }
|
||||
|
|
Loading…
Reference in a new issue