Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-03-09 20:43:03 +01:00
Родитель 3dac93350f
Коммит 22a79e1527
7 изменённых файлов: 14 добавлений и 8 удалений

Просмотреть файл

@ -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",

4
package-lock.json сгенерированный
Просмотреть файл

@ -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",