Android Gradle Pluginのバージョンを8.0.2に変更

This commit is contained in:
ろむねこ 2023-12-07 10:37:10 +09:00
parent c00177394d
commit a050e7c411
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -1,4 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.2' apply false
id 'com.android.application' version '8.0.2' apply false
}