Skip to content

Commit

Permalink
Upgrade Compose BOM
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Mora <[email protected]>
  • Loading branch information
ArnyminerZ committed Aug 23, 2023
1 parent 36f39f7 commit 7cdf4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext.versions = [
aboutLibs: '10.7.0',
composeBom: '2023.05.01', // https://developer.android.com/jetpack/compose/bom
composeBom: '2023.08.00', // https://developer.android.com/jetpack/compose/bom
kotlin: '1.8.21', // keep in sync with app/build.gradle composeOptions.kotlinCompilerExtensionVersion
ksp: '1.0.11',
okhttp: '5.0.0-alpha.11',
Expand Down

0 comments on commit 7cdf4da

Please sign in to comment.