Bump compose version to 1.5.3

This commit is contained in:
Thomas Andres Gomez 2023-10-16 14:11:32 +02:00
parent dc5e635f13
commit 2be527abf9
2 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.application") version "8.1.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.14" apply false
id("com.google.dagger.hilt.android") version "2.44" apply false