--- a/gradle/libs.versions.toml Mon Feb 17 18:52:41 2025 -0400
+++ b/gradle/libs.versions.toml Mon Feb 17 19:05:08 2025 -0400
@@ -1,4 +1,5 @@
[versions]
+android-gradle-plugin = "8.8.1"
annotation = "1.7.1"
androidx-activity = "1.8.2"
androidx-compose-bom = "2024.03.00"
@@ -25,6 +26,8 @@
workmanager = "2.9.0"
[plugins]
+android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
+
[libraries]
annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }