Skip to content

Commit

Permalink
fix: revert namespace change as to not break existing projects
Browse files Browse the repository at this point in the history
  • Loading branch information
edusperoni committed Sep 27, 2023
1 parent c778c0d commit 8b7b59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion test-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def setAppIdentifier = { ->
}

android {
namespace "com.tns.testapplication"

applyBeforePluginGradleConfiguration()

Expand Down
3 changes: 2 additions & 1 deletion test-app/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tns.testapplication">

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="28" />
Expand Down

0 comments on commit 8b7b59d

Please sign in to comment.