From 0efbeba41657158a66bbc92c55d1226df56d0f1b Mon Sep 17 00:00:00 2001 From: Benjamin Halko Date: Tue, 17 Oct 2023 13:15:03 -0700 Subject: [PATCH] fix: added namespace to build.gradle --- android/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 1c8e2c9..c23bdb2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -36,4 +36,6 @@ android { dependencies { implementation 'androidx.annotation:annotation:1.2.0' } + + namespace "fr.g123k.deviceapps" }