Android: Upgrade to AGP 8.0.2

This commit is contained in:
Charles Lombardo
2023-06-11 17:54:05 -04:00
parent 4e4705e983
commit 7c2c558646
3 changed files with 16 additions and 2 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 '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
}