summaryrefslogtreecommitdiff
path: root/android-app/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android-app/app/build.gradle')
-rw-r--r--android-app/app/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle
index 554b513..bf8d5c9 100644
--- a/android-app/app/build.gradle
+++ b/android-app/app/build.gradle
@@ -2,8 +2,7 @@ plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'com.google.gms.google-services'
- id 'com.google.firebase.appdistribution'
- id 'com.google.firebase.crashlytics'
+id 'com.google.firebase.crashlytics'
id 'com.google.devtools.ksp'
}
@@ -39,6 +38,7 @@ android {
buildFeatures {
viewBinding true
+ buildConfig true
}
testOptions {
@@ -68,6 +68,7 @@ dependencies {
// AndroidX core
implementation 'androidx.core:core-ktx:1.12.0'
+ implementation 'androidx.documentfile:documentfile:1.0.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'