chore: use next storage implementation for asyncstorage (#2931)
* chore: use next storage implementation for asyncstorage * chore: trigger release
This commit is contained in:
committed by
GitHub
parent
7e50b864ef
commit
19831e834e
@@ -38,8 +38,10 @@ newArchEnabled=true
|
|||||||
# If set to false, you will be using JSC instead.
|
# If set to false, you will be using JSC instead.
|
||||||
hermesEnabled=true
|
hermesEnabled=true
|
||||||
|
|
||||||
# Set AsyncStorage limit
|
# Use Next storage implementation for AsyncStorage
|
||||||
AsyncStorage_db_size_in_MB=50
|
AsyncStorage_useNextStorage=true
|
||||||
|
AsyncStorage_kotlinVersion=2.0.21
|
||||||
|
AsyncStorage_next_kspVersion=2.0.21-1.0.28
|
||||||
|
|
||||||
# The URL of the server
|
# The URL of the server
|
||||||
host=https://app.standardnotes.com
|
host=https://app.standardnotes.com
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "3.198.15",
|
"version": "3.198.15",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"author": "Standard Notes",
|
"author": "Standard Notes.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user