From 7f89b6d4d0bc4996c0f1802f81abcc23ce47c221 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Fri, 13 Mar 2026 23:04:02 +0000 Subject: refactor: update package name to org.terst.nav and setup CI/CD with Firebase App Distribution --- android-app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android-app/build.gradle') 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 } -- cgit v1.2.3