File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
bottomsheetdialog-compose Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ plugins {
8
8
}
9
9
10
10
android {
11
+ namespace " com.holix.android.bottomsheetdialogcomposedemo"
11
12
compileSdk Configuration . compileSdk
12
13
13
14
defaultConfig {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
5
4
6
5
<application
7
6
android : allowBackup =" true"
Original file line number Diff line number Diff line change 16
16
apply from : " ${ rootProject.projectDir} /scripts/publish-module.gradle"
17
17
18
18
android {
19
+ namespace " com.holix.android.bottomsheetdialog.compose"
19
20
compileSdk Configuration . compileSdk
20
21
21
22
defaultConfig {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest package = " com.holix.android.bottomsheetdialog.compose " />
2
+ <manifest />
You can’t perform that action at this time.
0 commit comments