Skip to content

Commit 8b7b59d

Browse files
committed
fix: revert namespace change as to not break existing projects
1 parent c778c0d commit 8b7b59d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-app/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ def setAppIdentifier = { ->
190190
}
191191

192192
android {
193-
namespace "com.tns.testapplication"
194193

195194
applyBeforePluginGradleConfiguration()
196195

test-app/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="com.tns.testapplication">
34

45
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
56
android:maxSdkVersion="28" />

0 commit comments

Comments
 (0)