Update build.gradle to change package id
This commit is contained in:
parent
b2c9a07394
commit
91b6ec1a47
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ android {
|
|||
compileSdkVersion 28
|
||||
buildToolsVersion "28.0.3"
|
||||
defaultConfig {
|
||||
applicationId "com.idoideas.stickermaker"
|
||||
applicationId "com.endernon.stickermaker"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 28
|
||||
versionCode 4
|
||||
versionName "1.0.3"
|
||||
versionName "2.0.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
def contentProviderAuthority = applicationId + ".WhatsAppLicensedCode.StickerContentProvider"
|
||||
// Creates a placeholder property to use in the manifest.
|
||||
|
|
Loading…
Reference in a new issue