This commit is contained in:
2024-02-27 14:58:18 -06:00
parent 22d02c2539
commit e6f6d7b761
193 changed files with 4291 additions and 2 deletions

View File

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