This commit is contained in:
2024-01-23 15:47:19 -06:00
parent 7604e40350
commit 4587fe1846
199 changed files with 225272 additions and 0 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 '8.0.0-alpha11' apply false
id 'com.android.library' version '8.0.0-alpha11' apply false
}