Skip to content

Commit dbbfb22

Browse files
qomarhsnMAAB-FW
authored andcommitted
v2.5.0: add built-in fonts + font priority, update build action, add F-Droid changelog & screenshots
1 parent a3f1d35 commit dbbfb22

File tree

15 files changed

+140
-13
lines changed

15 files changed

+140
-13
lines changed

.github/workflows/release-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: bun install --frozen-lockfile
5353

5454
- name: Build web assets
55-
run: bun run build
55+
run: bun run build:github
5656

5757
- name: Sync to Android (Capacitor)
5858
run: bunx cap sync android

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "org.muslimtechnician.muajjin"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 210
11-
versionName "2.1.0"
10+
versionCode 250
11+
versionName "2.5.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
• Initial F-Droid release
2+
• Add built-in fonts: Ubuntu (English) and Noto Serif Bengali
3+
• Add Hijri calendar information card
4+
• Enable update checker only for GitHub releases
5+
• Internal optimizations and stability improvements

fastlane/metadata/android/en-US/changelogs/300.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
243 KB
Loading
113 KB
Loading
241 KB
Loading
107 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite_react_shadcn_ts",
33
"private": true,
4-
"version": "2.1.0",
4+
"version": "2.5.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

public/fonts/NotoSerifBengali.ttf

959 KB
Binary file not shown.

0 commit comments

Comments
 (0)