Minor Fix

This commit is contained in:
kodjomoustapha 2024-01-08 18:01:19 +01:00
parent 73024118b9
commit 8f90e3abc9
2 changed files with 2 additions and 2 deletions

View file

@ -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',

View file

@ -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'