worked on a lot of nothing

This commit is contained in:
2026-07-30 17:38:34 -04:00
parent 40978a0bea
commit 28f78cac54
41 changed files with 322 additions and 47 deletions

View File

@@ -8,6 +8,7 @@ material = "1.13.0"
activity = "1.12.2"
constraintlayout = "2.2.1"
activityKtx = "1.8.0"
wpilib = "2026.2.2"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -18,6 +19,8 @@ material = { group = "com.google.android.material", name = "material", version.r
activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activityKtx" }
ntcore-java = { group = "edu.wpi.first.ntcore", name = "ntcore-java", version.ref = "wpilib" }
wpiutil-java = { group = "edu.wpi.first.wpiutil", name = "wpiutil-java", version.ref = "wpilib" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }