Updated dependencies and Android stuff

This commit is contained in:
Juan Gilsanz Polo
2025-06-17 21:13:03 +02:00
parent ab8249cee3
commit ff4f8be19f
12 changed files with 2232 additions and 2125 deletions

View File

@@ -5,6 +5,6 @@ class Urls {
static const playStoreLink = "https://play.google.com/store/apps/details?id=com.jgeek00.linkdy&pcampaignid=web_share";
static const linkdingRepo = "https://github.com/sissbruecker/linkding";
static const support = "https://appsupport.jgeek00.com";
static gstatic(url) =>
static String gstatic(url) =>
"https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=$url&size=16";
}