This commit is contained in:
2024-03-31 18:34:51 -05:00
parent ca4d18d1b6
commit b9763a5277
46 changed files with 377 additions and 133 deletions

View File

@@ -1,5 +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
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
}