Skip to content

Commit e283cbf

Browse files
authored
Merge pull request #134 from Codeuctivity/ObtainiumBadge
Add Obtainium redirect page and update dependencies
2 parents 3b562b6 + 472fa84 commit e283cbf

File tree

5 files changed

+176
-67
lines changed

5 files changed

+176
-67
lines changed

blog/2024-09-02-welcome/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
slug: Bye bye google play store
33
title: Google play dev account 'codeuctivity' will be removed
44
authors: [stesee]
5-
tags: [google play store, android]
5+
tags: [google play store, android, obtainium]
66
---
77

8+
**Update 2025 - rereleased: [![Obtainium](https://img.shields.io/badge/Obtainium-LockPDFy-green?style=flat&logo=android)](obtainium/redirect.html?r=obtainium://add/https://github.com/stesee/PDFEncrypt)**
9+
810
Google Play Store is a great platform to distribute Android apps. However, the recurring effort to keep the changing regulatory requirement up to date is not worth it for me. I have decided to let my dev profile fade away and focus on other things.
911

1012
![1725277366437](image/index/1725277366437.png)

package-lock.json

+74-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"typecheck": "tsc"
1616
},
1717
"dependencies": {
18-
"@docusaurus/core": "^3.6.0",
19-
"@docusaurus/preset-classic": "3.7.0",
18+
"@docusaurus/core": "^3.7.0",
19+
"@docusaurus/preset-classic": "^3.7.0",
2020
"@mdx-js/react": "^3.1.0",
2121
"clsx": "^2.1.1",
2222
"prism-react-renderer": "^2.4.1",
23-
"react": "^19.0.0",
24-
"react-dom": "^19.0.0"
23+
"react": "^19.1.0",
24+
"react-dom": "^19.1.0"
2525
},
2626
"devDependencies": {
27-
"@docusaurus/module-type-aliases": "3.7.0",
28-
"@docusaurus/tsconfig": "3.7.0",
29-
"@docusaurus/types": "3.7.0",
27+
"@docusaurus/module-type-aliases": "^3.7.0",
28+
"@docusaurus/tsconfig": "^3.7.0",
29+
"@docusaurus/types": "^3.7.0",
3030
"@playwright/test": "^1.51.1",
31-
"@types/node": "^22.13.13",
31+
"@types/node": "^22.13.14",
3232
"typescript": "~5.8.2"
3333
},
3434
"browserslist": {

src/components/HomepageFeatures/index.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const FeatureList: FeatureItem[] = [
1515
description: (
1616
<>
1717
Compare images. One of my nuget packages.<br></br><a href="https://www.nuget.org/packages/Codeuctivity.ImageSharpCompare/">
18-
ImageSharp based <img src="https://img.shields.io/nuget/v/Codeuctivity.ImageSharpCompare.svg" alt="Codeuctivity.ImageSharpCompare" />
18+
ImageSharp based <img src="https://img.shields.io/nuget/v/Codeuctivity.ImageSharpCompare.svg" alt="Codeuctivity.ImageSharpCompare" />
1919
</a><br></br>
2020
<a href="https://www.nuget.org/packages/Codeuctivity.SkiaSharpCompare/">
2121
SkiaSharp based <img src="https://img.shields.io/nuget/v/Codeuctivity.SkiaSharpCompare.svg" alt="Codeuctivity.SkiaSharpCompare" />
@@ -31,6 +31,9 @@ const FeatureList: FeatureItem[] = [
3131
Encrypt and decrypt PDFs using LockPDFy. On premise and open source. <a href="https://www.microsoft.com/store/productId/9NC5KPZM2ZRM">
3232
<img src="https://img.shields.io/badge/Windows%20Store-LockPDFy-green?style=flat&logo=windows" alt="Windows Store" />
3333
</a>
34+
<a href="obtainium/redirect.html?r=obtainium://add/https://github.com/stesee/PDFEncrypt">
35+
<img src="https://img.shields.io/badge/Obtainium-LockPDFy-green?style=flat&logo=android" alt="Obtainium" />
36+
</a>
3437
<a href="blog/Bye%20bye%20google%20play%20store">
3538
<img src="https://img.shields.io/badge/Google%20Play%20Store-LockPDFy-green?style=flat&logo=android" alt="Google Play Store" />
3639
</a>

0 commit comments

Comments
 (0)