diff --git a/android/build.gradle b/android/build.gradle index c9d66c1e..209e7256 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -39,6 +39,7 @@ def safeExtGet(prop, fallback) { android { compileSdkVersion safeExtGet('compileSdkVersion', 28) + namespace "com.horcrux.svg" // Used to override the NDK path/version on internal CI or by allowing // users to customize the NDK path/version from their root project (e.g. for M1 support)