initial commit

This commit is contained in:
2019-03-16 17:18:27 +03:00
parent 02ff66bd16
commit 8b066ff771
155 changed files with 1161 additions and 787 deletions

View File

@@ -19,7 +19,7 @@ repositories {
android {
compileSdkVersion 28
defaultConfig {
applicationId "ch.pizzapp.capri"
applicationId "ch.pizzamaxx.capri"
minSdkVersion 16
targetSdkVersion 28
versionCode 26 // play store'daki version --> canlı: 25 - dahili test: 24
@@ -27,7 +27,7 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
manifestPlaceholders = [
onesignal_app_id: '8cff62c3-88f0-4dcf-ab72-36d9aa272e30',
onesignal_app_id: 'deeeccf5-0d0b-4457-a54f-ec7b6d06092d',
// Project number pulled from dashboard, local value is ignored.
onesignal_google_project_number: 'REMOTE'
]