diff --git a/android/build.gradle b/android/build.gradle index cd1c9308..615844ce 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,10 +25,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { - // Conditional for compatibility with AGP <4.2. - if (project.android.hasProperty("namespace")) { - namespace 'dev.google.webcrypto' - } + namespace 'dev.google.webcrypto' compileSdkVersion 31 diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 06c43a03..4438c79a 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -14,6 +14,5 @@ limitations under the License. --> - +