Skip to content

Commit ea691c5

Browse files
committed
remove package attribute in AndroidManifest.xml
1 parent 6b1eba0 commit ea691c5

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ plugins {
88
}
99

1010
android {
11+
namespace "com.holix.android.bottomsheetdialogcomposedemo"
1112
compileSdk Configuration.compileSdk
1213

1314
defaultConfig {

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools"
4-
package="com.holix.android.bottomsheetdialogcomposedemo">
3+
xmlns:tools="http://schemas.android.com/tools">
54

65
<application
76
android:allowBackup="true"

bottomsheetdialog-compose/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ext {
1616
apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
1717

1818
android {
19+
namespace "com.holix.android.bottomsheetdialog.compose"
1920
compileSdk Configuration.compileSdk
2021

2122
defaultConfig {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest package="com.holix.android.bottomsheetdialog.compose" />
2+
<manifest />

0 commit comments

Comments
 (0)