android: Migrate to AGP 8.0.1

This commit is contained in:
Charles Lombardo
2023-05-04 04:07:44 -04:00
committed by bunnei
parent 48065c7a0e
commit 56d3711e34
4 changed files with 17 additions and 6 deletions

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "7.4.2" apply false
id("com.android.library") version "7.4.2" apply false
id("com.android.application") version "8.0.1" apply false
id("com.android.library") version "8.0.1" apply false
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
}