Update agp to 8.1.3

This commit is contained in:
Thomas Andres Gomez 2023-11-16 16:32:54 +01:00
parent e7d8819f8c
commit 91babaf7e5

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.2" apply false
id("com.android.application") version "8.1.3" 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