From 3bcecaf70dbbe796752eb0b54cb0837d8579f30d Mon Sep 17 00:00:00 2001 From: Boof2015 <75185879+Boof2015@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:43:54 -0400 Subject: [PATCH] fix crash due to android backup + version bump --- app.json | 1 + package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index e593873..1575a80 100644 --- a/app.json +++ b/app.json @@ -13,6 +13,7 @@ }, "android": { "package": "io.github.boof2015.astra", + "allowBackup": false, "backgroundColor": "#000000", "adaptiveIcon": { "backgroundColor": "#05070A", diff --git a/package-lock.json b/package-lock.json index 0d8b0ae..00cbe7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astra-mobile", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astra-mobile", - "version": "0.1.0", + "version": "0.1.1", "hasInstallScript": true, "dependencies": { "@boof2015/astra-signal": "0.3.0", diff --git a/package.json b/package.json index 120b1f4..ea6b9ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astra-mobile", "main": "index.js", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@boof2015/astra-signal": "0.3.0", "@boof2015/xlrc": "^0.2.1",