From 5220ac3cb5a0a943d318d2221225350a6f10eb8b Mon Sep 17 00:00:00 2001 From: rashidotm Date: Thu, 16 May 2024 00:18:53 +0300 Subject: [PATCH] add required namespace --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index f8376f7..4255d6a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,6 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + namespace 'com.iyaffle.launchreview' compileSdkVersion 28 defaultConfig {