diff --git a/android/build.gradle b/android/build.gradle index e37b262..2f09c4d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,6 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + namespace="com.example.vungle" compileSdkVersion 31 defaultConfig { @@ -43,4 +44,4 @@ dependencies { // Optional Google Play Services implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' implementation 'com.google.android.gms:play-services-location:21.0.1' -} \ No newline at end of file +} diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 9427f50..24b333d 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ + xmlns:tools="http://schemas.android.com/tools">