We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c778c0d commit 8b7b59dCopy full SHA for 8b7b59d
test-app/app/build.gradle
@@ -190,7 +190,6 @@ def setAppIdentifier = { ->
190
}
191
192
android {
193
- namespace "com.tns.testapplication"
194
195
applyBeforePluginGradleConfiguration()
196
test-app/app/src/main/AndroidManifest.xml
@@ -1,5 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
+ package="com.tns.testapplication">
4
5
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
6
android:maxSdkVersion="28" />
0 commit comments