This commit is contained in:
2026-02-03 08:39:40 +00:00
parent 1f8b217ab7
commit ff725c6c1f
10 changed files with 1368 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
plugins {
id 'com.android.application' version '9.0.0' apply false
id 'com.android.library' version '9.0.0' apply false
id 'com.google.gms.google-services' version '4.4.4' apply false
}
task clean(type: Delete) {