Compare commits

..

2 Commits

Author SHA1 Message Date
86d07570c6
Passage en version 1.1.0 2024-12-19 21:41:44 +01:00
906dbeca22
Nouvelle icône 2024-12-19 21:41:00 +01:00
11 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
"expo": {
"name": "Traintrape-moi",
"slug": "traintrape-moi-client",
"version": "1.0.1",
"version": "1.1.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "traintrapemoi",
@ -15,7 +15,7 @@
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
"backgroundColor": "#0033fe"
},
"package": "eu.luemy.traintrapemoi",
"permissions": [
@ -49,9 +49,9 @@
"expo-splash-screen",
{
"image": "./assets/images/splash-icon.png",
"imageWidth": 200,
"imageWidth": 128,
"resizeMode": "contain",
"backgroundColor": "#ffffff"
"backgroundColor": "#0033fe"
}
],
"expo-task-manager",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -1,7 +1,7 @@
{
"name": "traintrape-moi-client",
"main": "expo-router/entry",
"version": "1.0.1",
"version": "1.1.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",

View File

@ -1,6 +1,6 @@
{
"name": "traintrape-moi-server",
"version": "1.0.1",
"version": "1.1.0",
"description": "",
"author": "",
"private": true,