Skip to content

Commit 5e48713

Browse files
committed
fix android build
1 parent 2deab7c commit 5e48713

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

src-tauri/capabilities/default.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"haptics:allow-vibrate",
1616
"keyboard:default",
1717
"push:default",
18-
"ageverify:default",
1918
{
2019
"identifier": "opener:allow-open-url",
2120
"allow": [

src-tauri/capabilities/ios.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "../gen/schemas/mobile-schema.json",
3+
"identifier": "ios",
4+
"description": "iOS-only capabilities for the main window",
5+
"windows": ["main"],
6+
"platforms": ["iOS"],
7+
"permissions": ["ageverify:default"]
8+
}

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"android": {
3535
"autoIncrementVersionCode": false,
36-
"versionCode": 2026071401
36+
"versionCode": 2026072201
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)