This commit is contained in:
2026-01-27 17:11:10 +00:00
parent ea8cba56d3
commit 34d8bc3422
5 changed files with 54 additions and 4 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 '8.13.2' apply false
id 'com.android.library' version '8.13.2' apply false
id 'com.android.application' version '9.0.0' apply false
id 'com.android.library' version '9.0.0' apply false
}
task clean(type: Delete) {