From 5e58eab40be944fbb873d45ab41802d642ef3669 Mon Sep 17 00:00:00 2001 From: "jan.mikulik" Date: Fri, 13 Sep 2024 13:20:44 +0200 Subject: [PATCH] Add google services TODO --- app/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b6aee49..232e7d6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -4,6 +4,8 @@ plugins { kotlin("kapt") kotlin("plugin.serialization") version Versions.kotlin id("dagger.hilt.android.plugin") + // TODO enable after providing google-services.json + //id("com.google.gms.google-services") id("com.google.firebase.appdistribution") }