@@ -63,11 +63,16 @@ tensorflowLiteGpuDelegatePlugin = "0.4.4"
6363tensorflowLiteSupport = " 0.4.2"
6464barcodeScanningCommon = " 17.0.0"
6565playServicesMlkitBarcodeScanning = " 18.3.1"
66+ protobuf = " 0.9.4"
67+ firebaseCrashlyticsBuildtools = " 3.0.5"
68+ uwb = " 1.0.0-alpha10"
69+
6670
6771[libraries ]
6872androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
6973androidx-fragment-compose = { module = " androidx.fragment:fragment-compose" , version.ref = " fragmentCompose" }
7074androidx-navigation-compose = { module = " androidx.navigation:navigation-compose" , version.ref = " navigationCompose" }
75+ androidx-uwb = { module = " androidx.core.uwb:uwb" , version.ref = " uwb" }
7176androidx-photopicker-compose = { module = " androidx.photopicker:photopicker-compose" , version.ref = " photopickerCompose" }
7277junit = { group = " junit" , name = " junit" , version.ref = " junit" }
7378androidx-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " junitVersion" }
@@ -198,6 +203,7 @@ tensorflow-lite-select-tf-ops = { module = "org.tensorflow:tensorflow-lite-selec
198203tensorflow-lite-support = { module = " org.tensorflow:tensorflow-lite-support" , version.ref = " tensorflowLiteSupport" }
199204barcode-scanning-common = { group = " com.google.mlkit" , name = " barcode-scanning-common" , version.ref = " barcodeScanningCommon" }
200205play-services-mlkit-barcode-scanning = { group = " com.google.android.gms" , name = " play-services-mlkit-barcode-scanning" , version.ref = " playServicesMlkitBarcodeScanning" }
206+ firebase-crashlytics-buildtools = { group = " com.google.firebase" , name = " firebase-crashlytics-buildtools" , version.ref = " firebaseCrashlyticsBuildtools" }
201207
202208[plugins ]
203209android-application = { id = " com.android.application" , version.ref = " agp" }
@@ -214,3 +220,4 @@ hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
214220kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
215221kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
216222ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
223+ protobuf = { id = " com.google.protobuf" , version.ref = " protobuf" }
0 commit comments