mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-06-27 02:07:12 +08:00
Merge pull request #10 from rive-app/fixtypo
fixed typo in version mismatch error
This commit is contained in:
@ -11,6 +11,6 @@ class RiveUnsupportedVersionException implements Exception {
|
|||||||
@override
|
@override
|
||||||
String toString() {
|
String toString() {
|
||||||
return 'File contains version $fileMajorVersion.$fileMinorVersion. '
|
return 'File contains version $fileMajorVersion.$fileMinorVersion. '
|
||||||
'This runtime can only support $fileMajorVersion.$fileMinorVersion';
|
'This runtime can only support $majorVersion.$minorVersion';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user