mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-20 16:12:31 +00:00
feat: v5.3.7
This commit is contained in:
parent
54ea45b0f6
commit
66b0f33366
3 changed files with 5 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Migu",
|
||||
"version": "5.3.63",
|
||||
"version": "5.3.7",
|
||||
"private": true,
|
||||
"author": "NoCrypt <NoCrypt@users.noreply.github.com>",
|
||||
"description": "Stream anime torrents, real-time with no waiting for downloads.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue