Skip to content

Commit

Permalink
Update Libraries
Browse files Browse the repository at this point in the history
- Kotlin 1.9.22
- AndroidX
  • Loading branch information
Pluu committed Mar 7, 2024
1 parent 1d30e1f commit e014083
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
agp = "8.3.0"
lint = "31.3.0"
kotlin = "1.9.21"
kotlin = "1.9.22"

[libraries]
android-material = "com.google.android.material:material:1.10.0"
androidx-activity = "androidx.activity:activity-ktx:1.8.1"
android-material = "com.google.android.material:material:1.11.0"
androidx-activity = "androidx.activity:activity-ktx:1.8.2"
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"
androidx-core = "androidx.core:core-ktx:1.12.0"
androidx-lifecycle-viewModel = "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2"
androidx-lifecycle-viewModel = "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
androidx-test-junit = "androidx.test.ext:junit:1.1.5"
androidx-test-espresso = "androidx.test.espresso:espresso-core:3.5.1"

Expand Down

0 comments on commit e014083

Please sign in to comment.