Apply AGP update to 8.1.2.

Android Studio suggested configuration changes after applying !317.
gradle-v8
Hugh Daschbach 2023-11-06 16:27:16 -08:00
rodzic ecbc4d30e0
commit 6fbde0958e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ buildscript {
val navVersion: String by extra
dependencies {
classpath("com.android.tools.build:gradle:8.1.1")
classpath("com.android.tools.build:gradle:8.1.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20")
classpath("com.github.bjoernq:unmockplugin:0.7.9")
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")