summaryrefslogtreecommitdiff
path: root/android-app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android-app/build.gradle')
-rw-r--r--android-app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/android-app/build.gradle b/android-app/build.gradle
index edacb05..195123b 100644
--- a/android-app/build.gradle
+++ b/android-app/build.gradle
@@ -3,6 +3,7 @@ plugins {
id 'com.android.application' version '8.3.2' apply false
id 'com.android.library' version '8.3.2' apply false
id 'org.jetbrains.kotlin.android' version '2.0.0' apply false
+ id 'com.google.devtools.ksp' version '2.0.0-1.0.21' apply false
id 'com.google.gms.google-services' version '4.4.1' apply false
id 'com.google.firebase.appdistribution' version '4.0.1' apply false
id 'com.google.firebase.crashlytics' version '3.0.2' apply false