diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:04:02 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:04:12 +0000 |
| commit | 7f89b6d4d0bc4996c0f1802f81abcc23ce47c221 (patch) | |
| tree | 2725b968ef4a15dee09f51ce676b5481fba35705 /android-app/build.gradle | |
| parent | 3c4e18b94db15fc0d012e12aa3be0d0557f6ad3c (diff) | |
refactor: update package name to org.terst.nav and setup CI/CD with Firebase App Distribution
Diffstat (limited to 'android-app/build.gradle')
| -rw-r--r-- | android-app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android-app/build.gradle b/android-app/build.gradle index beeb68d..bdc050c 100644 --- a/android-app/build.gradle +++ b/android-app/build.gradle @@ -3,4 +3,6 @@ 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 '1.9.23' 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 } |
