Livrare Lot 3 platforma DiDi - furnizor Evotech IT
Curatenie referinte pre-livrare: - inlocuit IP intern 10.11.10.18 cu hostname didi.integrare.local (extensie, docker-compose, .env.example) - inlocuit domeniu vechi didi365.eu cu didi.integrare.local (scripturi build/audit) - redenumit identificatorul aplicatiei Android eu.didi365.mobile -> didi.mobile Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cec967f953
commit
d289ff12e6
19 changed files with 17 additions and 843 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Adresa platformei DiDi (nginx frontend / gateway). Exemple:
|
||||
# LAN integrare: http://10.11.10.18
|
||||
# LAN integrare: http://didi.integrare.local
|
||||
# Productie: https://didi.exemplu.ro
|
||||
EXPO_PUBLIC_DIDI_BASE_URL=
|
||||
|
|
|
|||
|
|
@ -87,9 +87,9 @@ android {
|
|||
buildToolsVersion rootProject.ext.buildToolsVersion
|
||||
compileSdk rootProject.ext.compileSdkVersion
|
||||
|
||||
namespace 'eu.didi365.mobile'
|
||||
namespace 'didi.mobile'
|
||||
defaultConfig {
|
||||
applicationId 'eu.didi365.mobile'
|
||||
applicationId 'didi.mobile'
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package eu.didi365.mobile
|
||||
package didi.mobile
|
||||
|
||||
import android.os.Build
|
||||
import android.os.Bundle
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package eu.didi365.mobile
|
||||
package didi.mobile
|
||||
|
||||
import android.app.Application
|
||||
import android.content.res.Configuration
|
||||
0
android/didi-app-source/android/gradlew
vendored
Executable file → Normal file
0
android/didi-app-source/android/gradlew
vendored
Executable file → Normal file
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "eu.didi365.mobile"
|
||||
"bundleIdentifier": "didi.mobile"
|
||||
},
|
||||
"android": {
|
||||
"package": "eu.didi365.mobile",
|
||||
"package": "didi.mobile",
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#0d1424"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue