Use namespace dsl

This commit is contained in:
Goooler 2022-07-22 15:05:42 +08:00
parent b8ba0cc8e8
commit a85b546e1f
5 changed files with 6 additions and 6 deletions

View file

@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdk 32
namespace "code.name.monkey.appthemehelper"
defaultConfig {
minSdk 21

View file

@ -1 +1 @@
<manifest package="code.name.monkey.appthemehelper" />
<manifest />