Minor Fix
This commit is contained in:
parent
73024118b9
commit
8f90e3abc9
2 changed files with 2 additions and 2 deletions
|
|
@ -730,7 +730,7 @@ class $MProvider extends MProvider with $Bridge<MProvider> {
|
|||
isStatic: true),
|
||||
'getUrlWithoutDomain': BridgeMethodDef(
|
||||
BridgeFunctionDef(
|
||||
returns: BridgeTypeAnnotation($MDocument.$type),
|
||||
returns: BridgeTypeAnnotation(BridgeTypeRef(CoreTypes.string)),
|
||||
params: [
|
||||
BridgeParameter(
|
||||
'url',
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: mangayomi
|
||||
description: Free and open source manga reader and anime streaming cross-plateform app inspired by Tachiyomi.
|
||||
publish_to: 'none'
|
||||
version: 0.1.6+42
|
||||
version: 0.1.61+43
|
||||
|
||||
environment:
|
||||
sdk: '>=3.2.3 <4.0.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue