Skip to content

Commit

Permalink
Update AndroidX September 18, 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Sep 19, 2024
1 parent 05c2ed2 commit be4cd36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.14"
kotlinCompilerExtensionVersion = "1.5.15"
}

lint {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
agp = "8.6.1"
lint = "31.6.1"
kotlin = "1.9.25"
compose-bom = "2024.09.01"
compose-bom = "2024.09.02"

[libraries]
android-material = "com.google.android.material:material:1.12.0"
androidx-activity = "androidx.activity:activity-ktx:1.9.2"
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
androidx-core = "androidx.core:core-ktx:1.13.1"
androidx-lifecycle-viewModel = "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.5"
androidx-lifecycle-viewModel = "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6"
androidx-test-junit = "androidx.test.ext:junit:1.2.1"
androidx-test-espresso = "androidx.test.espresso:espresso-core:3.6.1"

Expand Down

0 comments on commit be4cd36

Please sign in to comment.