Skip to content

Commit

Permalink
Merge branch 'main' into renovate/kotlin-ksp-and-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Nov 17, 2023
2 parents 6d9b61d + 114ef29 commit 9ef397c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.1.3" # 7.4.1 is the maximum version supported by IDEA 2023.1
agp = "8.1.4" # 7.4.1 is the maximum version supported by IDEA 2023.1
android-compile = "34"
android-min = "21"
android-target = "32"
Expand All @@ -10,7 +10,7 @@ jvm-toolchain = "11"
kotlin = "1.9.20"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.8.0" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.8.1" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.6.2" }
androidx-test = { module = "androidx.test:core", version = "1.5.0" }
Expand Down

0 comments on commit 9ef397c

Please sign in to comment.