Skip to content

Commit

Permalink
Merge pull request #489 from skydoves/compose-bom/2023.09.00
Browse files Browse the repository at this point in the history
Bumo AGP to 8.1.1, Compose to 2023.09.00, benchmark, and libraries
  • Loading branch information
skydoves authored Sep 9, 2023
2 parents 627cc74 + 50dbd38 commit 90f4d35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[versions]
agp = "8.1.0"
agp = "8.1.1"
dokka = "1.8.20"
kotlin = "1.9.0"
kotlinBinaryCompatibility = "0.13.2"
jvmTarget = "11"
nexusPlugin = "0.25.3"
androidxComposeBom = "2023.08.00"
androidxComposeBom = "2023.09.00"
androidxComposeCompiler = "1.5.1"
androidxComposeConstraintLayout = "1.0.1"
androidxMaterial = "1.9.0"
androidxAppcompat = "1.6.1"
androidxActivity = "1.7.2"
androidxFragment = "1.6.1"
androidxLifecycle = "2.6.1"
androidxAnnotation = "1.6.0"
androidxMacroBenchmark = "1.2.0-beta04"
androidxLifecycle = "2.6.2"
androidxAnnotation = "1.7.0"
androidxMacroBenchmark = "1.2.0-beta05"
androidxTest = "1.5.2"
baselineProfiles = "1.3.1"
uiAutomator = "2.3.0-alpha04"
spotless = "6.20.0"
spotless = "6.21.0"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit 90f4d35

Please sign in to comment.