Update build.gradle to change package id

This commit is contained in:
ender non 2024-07-29 01:07:40 +08:00 committed by GitHub
parent b2c9a07394
commit 91b6ec1a47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,11 +7,11 @@ android {
compileSdkVersion 28 compileSdkVersion 28
buildToolsVersion "28.0.3" buildToolsVersion "28.0.3"
defaultConfig { defaultConfig {
applicationId "com.idoideas.stickermaker" applicationId "com.endernon.stickermaker"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 28 targetSdkVersion 28
versionCode 4 versionCode 4
versionName "1.0.3" versionName "2.0.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
def contentProviderAuthority = applicationId + ".WhatsAppLicensedCode.StickerContentProvider" def contentProviderAuthority = applicationId + ".WhatsAppLicensedCode.StickerContentProvider"
// Creates a placeholder property to use in the manifest. // Creates a placeholder property to use in the manifest.