mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-03-14 11:52:33 +00:00
update version
This commit is contained in:
parent
811a822979
commit
6b437aa1b4
@ -7,8 +7,8 @@ android {
|
||||
applicationId "com.github.Qortal.qortalMobile"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 41
|
||||
versionName "0.5.0"
|
||||
versionCode 42
|
||||
versionName "0.5.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.5.0",
|
||||
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.5.0/qortal.apk"
|
||||
"version": "0.5.1",
|
||||
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.5.1/qortal.apk"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "qortal-go",
|
||||
"private": true,
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
@ -26,7 +26,7 @@ import HelpIcon from '@mui/icons-material/Help';
|
||||
import { GlobalContext } from "../App";
|
||||
|
||||
export const manifestData = {
|
||||
version: "0.5.0",
|
||||
version: "0.5.1",
|
||||
};
|
||||
|
||||
function removeTrailingSlash(url) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user