Use namespace dsl
This commit is contained in:
parent
b8ba0cc8e8
commit
a85b546e1f
5 changed files with 6 additions and 6 deletions
|
@ -6,6 +6,7 @@ apply plugin: 'kotlin-parcelize'
|
|||
|
||||
android {
|
||||
compileSdk 32
|
||||
namespace "code.name.monkey.retromusic"
|
||||
|
||||
defaultConfig {
|
||||
minSdk 21
|
||||
|
@ -13,7 +14,7 @@ android {
|
|||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId "code.name.monkey.retromusic"
|
||||
applicationId namespace
|
||||
versionCode 10597
|
||||
versionName '6.0.2-beta'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue