diff --git a/android/build.gradle b/android/build.gradle
index fb1f1e0e..b707505c 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -23,11 +23,7 @@ def safeExtGet(prop, fallback) {
 }
 
 android {
-    // Compatibility for AGP v. <4.2/Gradle 8
-    def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION.tokenize('.')[0].toInteger()
-    if (agpVersion >= 7) {
-      namespace 'com.intercom.reactnative'
-    }
+    namespace 'com.intercom.reactnative'
 
     compileSdkVersion safeExtGet('IntercomReactNative_compileSdkVersion', 34)
     defaultConfig {