AGP 7.3.1 로 변경

This commit is contained in:
2023-08-17 13:53:48 +09:00
parent 79a241f436
commit 66006853bd
3 changed files with 97 additions and 30 deletions

View File

@@ -17,8 +17,8 @@ buildscript {
}
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
id "org.jlleitschuh.gradle.ktlint" version "11.2.0"