Skip to content

Commit

Permalink
fix: run issue and upgrade version to 0.15.5+2
Browse files Browse the repository at this point in the history
  • Loading branch information
chivehao committed Aug 17, 2024
1 parent ea1d58e commit b1f38d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/subject/subject-details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class _SubjectDetailsView extends State<SubjectDetailsPage> {
bool isFullScreen = false;

// String _videoUrl = TmpConst.H265_URL;
String _videoUrl = "";
String _videoUrl = "http://";

// List<String> _videoSubtitleUrls = [TmpConst.H265_CHS_ASS_URL];
List<String> _videoSubtitleUrls = [];
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.15.5+1
version: 0.15.5+2

environment:
sdk: '>=2.18.4 <=3.10.5'
Expand Down

0 comments on commit b1f38d4

Please sign in to comment.