Brycord v1.0.36
All checks were successful
Build and Release / build-and-release (push) Successful in 14m34s

This commit is contained in:
Bryan1029384756
2026-02-21 18:03:06 -06:00
parent 133795a0d7
commit 4485fefeb0
9 changed files with 18 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 27
versionName "1.0.35"
versionName "1.0.36"
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.35",
"version": "1.0.36",
"type": "module",
"scripts": {
"cap:sync": "npx cap sync",