Apply AGP update to 8.1.2.

Android Studio suggested configuration changes after applying !317.
This commit is contained in:
Hugh Daschbach 2023-11-06 16:27:16 -08:00
parent ecbc4d30e0
commit 6fbde0958e
1 changed files with 1 additions and 1 deletions

View File

@ -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")