summaryrefslogtreecommitdiff
path: root/android-app/app
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-05-20 21:32:33 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-05-20 21:33:45 +0000
commit861e87e0724f439186ec3f693719c66bfcc47883 (patch)
tree92e16b18600ffc1c29996861008f3b4d988c96df /android-app/app
parent6c8ca71f3acc0686bbd351c53e4ea10a0e6e3c2d (diff)
ci: standardize workflow to canonical template, remove vestigial appdistribution plugin
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'android-app/app')
-rw-r--r--android-app/app/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle
index 9748d22..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'
}