mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-04-24 20:07:52 +00:00
updated version
This commit is contained in:
parent
442d4cc016
commit
aeea8330e9
@ -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 43
|
versionCode 44
|
||||||
versionName "0.5.2"
|
versionName "0.5.3"
|
||||||
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.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.5.2",
|
"version": "0.5.3",
|
||||||
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.5.2/qortal.apk"
|
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.5.3/qortal.apk"
|
||||||
}
|
}
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "qortal-go",
|
"name": "qortal-go",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.5.2",
|
"version": "0.5.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
@ -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.2",
|
version: "0.5.3",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user