Work on Data Transfer

This commit is contained in:
Astatin3
2024-03-29 17:37:05 -06:00
parent 8913c7391d
commit bd98af9baa
16 changed files with 324 additions and 109 deletions
+3
View File
@@ -16,8 +16,11 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven ( url = "https://jitpack.io" )
jcenter()
}
}
rootProject.name = "ScoutingApp2025"
include(":app")