feat: Implement core chat functionality, shared components, and initial multi-platform project structure.
All checks were successful
Build and Release / build-and-release (push) Successful in 15m0s

This commit is contained in:
Bryan1029384756
2026-02-20 13:05:39 -06:00
parent a64ef84771
commit 5feb3f288d
10 changed files with 445 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 27
versionName "1.0.30"
versionName "1.0.31"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/android",
"private": true,
"version": "1.0.29",
"version": "1.0.31",
"type": "module",
"scripts": {
"cap:sync": "npx cap sync",

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/electron",
"private": true,
"version": "1.0.30",
"version": "1.0.31",
"description": "Discord Clone - Electron app",
"author": "Moyettes",
"type": "module",

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/web",
"private": true,
"version": "1.0.30",
"version": "1.0.31",
"type": "module",
"scripts": {
"dev": "vite",