From 4d6269514055728c7f453c1c0edb4c204c14a00f Mon Sep 17 00:00:00 2001 From: Omar Yehia Date: Mon, 15 Jul 2024 18:49:43 +0300 Subject: [PATCH] add `namespace` to `build.gradle` --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index 29f2b89..d19df84 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,6 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + namespace "com.staking_power.ios_insecure_screen_detector" compileSdkVersion 30 defaultConfig {