Skip to content

Commit

Permalink
fix: deeplinks paths
Browse files Browse the repository at this point in the history
  • Loading branch information
d-reader-luka committed May 3, 2024
1 parent 2a1bc8e commit 7991a54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" android:host="dreader.app" />
<data android:path="/" />
<data android:pathPattern="/mint/.*" />
<data android:pathPattern="/comic-issue/.*" />
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
Expand Down
2 changes: 1 addition & 1 deletion lib/constants/routes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class RoutePath {
static const nftDetails = 'nft-details';
static const comicDetails = 'comic-details';
static const comicDetailsInfo = 'comic-details-info';
static const comicIssueDetails = 'comic-issue-details';
static const comicIssueDetails = 'comic-issue';
static const creatorDetails = 'creator-details';
static const eReader = 'e-reader';
static const profile = 'profile';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dReader Flutter app.

publish_to: 'none'

version: 1.3.2+45 # dappStore: 1.3.1+44 (next release: 1.3.2+45) google play: 1.3.1+70 (next release: 1.3.2+71)
version: 1.3.3+72 # dappStore: 1.3.2+45 (next release: 1.3.3+46) google play: 1.3.3+72 (next release: 1.3.4+73)

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 7991a54

Please sign in to comment.