Message popup

This commit is contained in:
Bryan1029384756
2026-02-20 12:48:48 -06:00
parent 8b9df69931
commit a64ef84771
8 changed files with 368 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 27
versionName "1.0.29"
versionName "1.0.30"
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/electron",
"private": true,
"version": "1.0.29",
"version": "1.0.30",
"description": "Discord Clone - Electron app",
"author": "Moyettes",
"type": "module",

View File

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