This commit is contained in:
2026-08-26 13:38:01 -04:00
parent 0d56a68228
commit cf1d87b438
43 changed files with 2764 additions and 491 deletions

View File

@@ -9,6 +9,11 @@ activity = "1.12.2"
constraintlayout = "2.2.1"
activityKtx = "1.8.0"
wpilib = "2026.2.2"
viewpager2 = "1.1.0"
annotation = "1.10.0"
lifecycleLivedataKtx = "2.11.0"
lifecycleViewmodelKtx = "2.11.0"
fragment = "1.8.9"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -21,6 +26,11 @@ constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayo
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" }
viewpager2 = { group = "androidx.viewpager2", name = "viewpager2", version.ref = "viewpager2" }
annotation = { group = "androidx.annotation", name = "annotation", version.ref = "annotation" }
lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycleLivedataKtx" }
lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
fragment = { group = "androidx.fragment", name = "fragment", version.ref = "fragment" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }