diff options
| author | Claude <noreply@anthropic.com> | 2026-05-26 08:07:50 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-05-26 08:07:50 +0000 |
| commit | f564e06338f846930300c366774efb97c042a5fb (patch) | |
| tree | 369ec57c831fb3b3de7220f4ba06fb3cb6d32440 /android-app/app/build.gradle | |
| parent | bbfcb667d9510e604676ac92cecc69f9bc39e440 (diff) | |
| parent | 3673ed0ef79d776c6da3bfa0db9de8b08326fd32 (diff) | |
Merge claude/whats-next-0XCO3: fix ANR, tack detection, empty-state flash
Diffstat (limited to 'android-app/app/build.gradle')
| -rw-r--r-- | android-app/app/build.gradle | 5 |
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' |
