Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified backend/api/internal/database/dev.sqlite3-shm
Binary file not shown.
Binary file modified backend/api/internal/database/dev.sqlite3-wal
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file added backend/uploads/u2_182a392d5837c19a1ad894b5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed backend/uploads/u2_31ec6c089f9f008d2b4b2c52.jpg
Binary file not shown.
6 changes: 3 additions & 3 deletions frontend/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "DevBits",
"slug": "frontend",
"version": "1.0.2",
"version": "1.0.3",
"orientation": "portrait",
"icon": "./assets/images/Devbits_Icons.png",
"scheme": "myapp",
Expand All @@ -12,7 +12,7 @@
"supportsTablet": true,
"icon": "./assets/images/Devbits_Icons.png",
"bundleIdentifier": "com.devbits.frontend",
"buildNumber": "3",
"buildNumber": "16",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
},
Expand All @@ -22,7 +22,7 @@
},
"android": {
"icon": "./assets/images/Devbits_Icons1.png",
"versionCode": 14,
"versionCode": 16,
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#000000"
Expand Down
Loading