v5.0.11
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Родитель
3dac93350f
Коммит
22a79e1527
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## [5.0.11] - 2024-03-09
|
||||
|
||||
### Fixed
|
||||
|
||||
* fix: Android app stuck on splash screen
|
||||
|
||||
## [5.0.10] - 2024-03-08
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -7,8 +7,8 @@ android {
|
|||
applicationId "org.handmadeideas.floccus"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 5000010
|
||||
versionName "5.0.10"
|
||||
versionCode 5000011
|
||||
versionName "5.0.11"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 3,
|
||||
"name": "floccus bookmarks sync",
|
||||
"short_name": "floccus",
|
||||
"version": "5.0.10",
|
||||
"version": "5.0.11",
|
||||
"description": "__MSG_DescriptionExtension__",
|
||||
"icons": {
|
||||
"48": "icons/logo.png",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "floccus bookmarks sync",
|
||||
"short_name": "floccus",
|
||||
"version": "5.0.10",
|
||||
"version": "5.0.11",
|
||||
"description": "__MSG_DescriptionExtension__",
|
||||
"icons": {
|
||||
"48": "icons/logo.png",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 3,
|
||||
"name": "floccus bookmarks sync",
|
||||
"short_name": "floccus",
|
||||
"version": "5.0.10",
|
||||
"version": "5.0.11",
|
||||
"description": "__MSG_DescriptionExtension__",
|
||||
"icons": {
|
||||
"48": "icons/logo.png",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "floccus",
|
||||
"version": "5.0.10",
|
||||
"version": "5.0.11",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "floccus",
|
||||
"version": "5.0.10",
|
||||
"version": "5.0.11",
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
"@byteowls/capacitor-oauth2": "5.x",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "floccus",
|
||||
"version": "5.0.10",
|
||||
"version": "5.0.11",
|
||||
"description": "Sync your bookmarks privately across browsers and devices",
|
||||
"scripts": {
|
||||
"build": "gulp",
|
||||
|
|
Загрузка…
Ссылка в новой задаче