release 0.5.4

This commit is contained in:
PhilReact 2025-07-04 21:22:59 +03:00
parent 12e395424a
commit e9bb8b465c
5 changed files with 8 additions and 8 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId "com.github.Qortal.qortalMobile" applicationId "com.github.Qortal.qortalMobile"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 44 versionCode 45
versionName "0.5.3" versionName "0.5.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions { aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@ -1,5 +1,5 @@
{ {
"version": "0.5.3", "version": "0.5.4",
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.5.3/qortal.apk" "apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.5.4/qortal.apk"
} }

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "qortal-go", "name": "qortal-go",
"version": "0.5.3", "version": "0.5.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "qortal-go", "name": "qortal-go",
"version": "0.5.3", "version": "0.5.4",
"dependencies": { "dependencies": {
"@capacitor/android": "^6.1.2", "@capacitor/android": "^6.1.2",
"@capacitor/app": "^6.0.1", "@capacitor/app": "^6.0.1",

View File

@ -1,7 +1,7 @@
{ {
"name": "qortal-go", "name": "qortal-go",
"private": true, "private": true,
"version": "0.5.3", "version": "0.5.4",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@ -28,7 +28,7 @@ import { GlobalContext } from "../App";
import Tooltip, { TooltipProps, tooltipClasses } from '@mui/material/Tooltip'; import Tooltip, { TooltipProps, tooltipClasses } from '@mui/material/Tooltip';
export const manifestData = { export const manifestData = {
version: "0.5.3", version: "0.5.4",
}; };