push notification integration

This commit is contained in:
2019-11-24 15:52:40 +03:00
parent e1d9544f23
commit b3d83ffb3c
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -22,12 +22,12 @@ android {
applicationId "ch.pizzaleu.android"
minSdkVersion 16
targetSdkVersion 28
versionCode 12 // play store'daki version --> canlı: 11 - dahili test: 6
versionName "1.41" // play store'daki version --> canlı: 1.40 - dahili test: 1.12
versionCode 1 // play store'daki version --> canlı: 0 - dahili test: 0
versionName "1.00" // play store'daki version --> canlı: 0.00 - dahili test: 0.00
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
manifestPlaceholders = [
onesignal_app_id: 'deeeccf5-0d0b-4457-a54f-ec7b6d06092d',
onesignal_app_id: '36ea08ba-13ca-49a5-b2af-3ac685b682b0',
// Project number pulled from dashboard, local value is ignored.
onesignal_google_project_number: 'REMOTE'
]