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/app/build.gradle | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'android-app/app/build.gradle') diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle index bd903a0..564aa81 100644 --- a/android-app/app/build.gradle +++ b/android-app/app/build.gradle @@ -1,14 +1,16 @@ plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' + id 'com.google.gms.google-services' + id 'com.google.firebase.appdistribution' } android { - namespace 'com.example.androidapp' + namespace 'org.terst.nav' compileSdk 34 defaultConfig { - applicationId "com.example.androidapp" + applicationId "org.terst.nav" minSdk 24 targetSdk 34 versionCode 1 @@ -47,6 +49,8 @@ android { } dependencies { + implementation platform('com.google.firebase:firebase-bom:32.7.2') + implementation 'com.google.firebase:firebase-analytics-ktx' implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.11.0' -- cgit v1.2.3