fix crash due to android backup + version bump

This commit is contained in:
Boof2015
2026-07-24 02:43:54 -04:00
parent 031db907ae
commit 3bcecaf70d
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -13,6 +13,7 @@
},
"android": {
"package": "io.github.boof2015.astra",
"allowBackup": false,
"backgroundColor": "#000000",
"adaptiveIcon": {
"backgroundColor": "#05070A",
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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",