lifting application id to the convention consumer
This commit is contained in:
parent
83f0c1a243
commit
c299d558d3
|
@ -7,7 +7,9 @@ applyCrashlyticsIfRelease()
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace "app.dapk.st"
|
namespace "app.dapk.st"
|
||||||
|
defaultConfig {
|
||||||
|
applicationId "app.dapk.st"
|
||||||
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b6d51ca9d12b26bf7a73b12807e8ad316a5bd403
|
Subproject commit 22256bffeb9f3723bf3d01b39825f344e41150dc
|
Loading…
Reference in New Issue