From ef2b538a7c41444192f75380f03b30dd9118466a Mon Sep 17 00:00:00 2001
From: Bryan1029384756 <23323626+Bryan1029384756@users.noreply.github.com>
Date: Sat, 21 Feb 2026 16:49:09 -0600
Subject: [PATCH] Brycord v1.0.35
---
apps/android/android/app/build.gradle | 2 +-
apps/android/android/app/src/main/res/values/strings.xml | 4 ++--
apps/android/capacitor.config.ts | 2 +-
apps/android/package.json | 2 +-
apps/electron/package.json | 6 +++---
apps/electron/splash.html | 4 ++--
apps/web/index.html | 4 ++--
apps/web/package.json | 2 +-
apps/web/vite.config.js | 4 ++--
packages/shared/package.json | 2 +-
10 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/apps/android/android/app/build.gradle b/apps/android/android/app/build.gradle
index f1cb336..466068d 100644
--- a/apps/android/android/app/build.gradle
+++ b/apps/android/android/app/build.gradle
@@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 27
- versionName "1.0.34"
+ versionName "1.0.35"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
diff --git a/apps/android/android/app/src/main/res/values/strings.xml b/apps/android/android/app/src/main/res/values/strings.xml
index 8b39bdc..e48d907 100644
--- a/apps/android/android/app/src/main/res/values/strings.xml
+++ b/apps/android/android/app/src/main/res/values/strings.xml
@@ -1,7 +1,7 @@