diff --git a/android/build.gradle b/android/build.gradle index 9fa551c..71c7519 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -5,14 +5,10 @@ def safeExtGet(prop, fallback) { apply plugin: 'com.android.library' android { + namespace 'com.gantix.JailMonkey' compileSdkVersion safeExtGet('compileSdkVersion', 31) buildToolsVersion safeExtGet('buildToolsVersion', "31.0.0") - def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION.tokenize('.')[0].toInteger() - if (agpVersion >= 7) { - namespace 'com.gantix.JailMonkey' - } - defaultConfig { minSdkVersion safeExtGet('minSdkVersion', 21) targetSdkVersion safeExtGet('targetSdkVersion', 31) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 73f0aea..a2f47b6 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,3 +1,2 @@ - +