Initial Commit

This commit is contained in:
Cameron Cordes
2023-06-08 20:08:04 -04:00
commit f0bb26098a
44 changed files with 968 additions and 0 deletions

6
build.gradle Normal file
View File

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