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

@ -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'