mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-06-26 09:48:01 +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
|
||||
String toString() {
|
||||
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