1.0.70
All checks were successful
Build and Release / build-and-release (push) Successful in 17m57s

This commit is contained in:
Bryan1029384756
2026-04-14 20:59:21 -05:00
parent 965048f7d2
commit f2dc627b76
11 changed files with 577 additions and 33 deletions

View File

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