diff --git a/app/build.gradle b/app/build.gradle index 10e4e48..515978e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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.