diff --git a/android/build.gradle b/android/build.gradle index d6d618d7..854e1277 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -81,10 +81,8 @@ def FRESCO_VERSION = getFrescoVersion() android { compileSdkVersion safeExtGet('compileSdkVersion', 28) + namespace "com.horcrux.svg" def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION - if (agpVersion.tokenize('.')[0].toInteger() >= 7) { - namespace "com.horcrux.svg" - } if (agpVersion.tokenize('.')[0].toInteger() >= 8) { buildFeatures { buildConfig = true diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index d85bd62e..c4e6c98d 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,2 +1 @@ - - +