Use namespace dsl
This commit is contained in:
parent
b8ba0cc8e8
commit
a85b546e1f
5 changed files with 6 additions and 6 deletions
|
@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
|
|||
apply plugin: 'kotlin-android'
|
||||
android {
|
||||
compileSdk 32
|
||||
namespace "code.name.monkey.appthemehelper"
|
||||
|
||||
defaultConfig {
|
||||
minSdk 21
|
||||
|
|
|
@ -1 +1 @@
|
|||
<manifest package="code.name.monkey.appthemehelper" />
|
||||
<manifest />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue