app id changed
This commit is contained in:
@@ -19,15 +19,15 @@ repositories {
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
defaultConfig {
|
||||
applicationId "ch.pizzacucia.android"
|
||||
applicationId "ch.pizzacucina.android"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 23 // play store'daki version --> canlı: 0 - dahili test: 17
|
||||
versionName "1.45" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
|
||||
versionCode 1 // play store'daki version --> canlı: 0 - dahili test: 17
|
||||
versionName "1.00" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
multiDexEnabled true
|
||||
manifestPlaceholders = [
|
||||
onesignal_app_id: '273cb477-d3f0-456d-b0d4-940cfe1ab180',
|
||||
onesignal_app_id: 'f347ab57-b10f-485d-aa8b-812c8d0f9f6c',
|
||||
// Project number pulled from dashboard, local value is ignored.
|
||||
onesignal_google_project_number: 'REMOTE'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user