Skip to content

Commit

Permalink
feat: v5.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NoCrypt committed Aug 20, 2024
1 parent 54ea45b commit 66b0f33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions capacitor/android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies {
implementation project(':capacitor-app')
implementation project(':capacitor-app-launcher')
implementation project(':capacitor-browser')
implementation project(':capacitor-device')
implementation project(':capacitor-local-notifications')
implementation project(':capacitor-status-bar')
implementation project(':capacitor-nodejs')
Expand Down
3 changes: 3 additions & 0 deletions capacitor/android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ project(':capacitor-app-launcher').projectDir = new File('../../node_modules/@ca
include ':capacitor-browser'
project(':capacitor-browser').projectDir = new File('../../node_modules/@capacitor/browser/android')

include ':capacitor-device'
project(':capacitor-device').projectDir = new File('../../node_modules/@capacitor/device/android')

include ':capacitor-local-notifications'
project(':capacitor-local-notifications').projectDir = new File('../../node_modules/@capacitor/local-notifications/android')

Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Migu",
"version": "5.3.63",
"version": "5.3.7",
"private": true,
"author": "NoCrypt <[email protected]>",
"description": "Stream anime torrents, real-time with no waiting for downloads.",
Expand Down

0 comments on commit 66b0f33

Please sign in to comment.