Skip to content

Commit 8515aa4

Browse files
committed
version 1.3.7
1 parent 801a596 commit 8515aa4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ A: 受限于 Anime1 网站本身的架构与设计,Anime1 不向用户提供
6565

6666
特别感谢 [Bangumi](https://bangumi.tv/) 本项目使用了 Bangumi 开放API 以提供番剧元数据。
6767

68-
感谢 [fvp](https://github.com/wang-bin/fvp) 本项目跨平台媒体播放能力来自 fvp
68+
感谢 [media-kit](https://github.com/media-kit/media-kit) 本项目跨平台媒体播放能力来自 media-kit
69+
70+
感谢 [avbuild](https://github.com/wang-bin/avbuild) 本项目使用了来自 avbuild 的树外补丁实现非标准视频流播放
6971

7072
感谢 [hive](https://github.com/isar/hive) 本项目持久化储存能力来自 hive
7173

lib/request/api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Api {
44
static const String domain = '${HttpString.baseUrl}/';
55
static const String animeList = 'https://d1zquzjgwo9yb.cloudfront.net/';
66
static const String videoAPI = 'https://v.anime1.me/api';
7-
static const String version = '1.3.6';
7+
static const String version = '1.3.7';
88
static const String sourceUrl = "https://github.com/Predidit/oneAnime";
99
static const String aniDanmakuAPI = "https://ani.gamer.com.tw/ajax/danmuGet.php";
1010
static const String aniSearch = "https://ani.gamer.com.tw/search.php";

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.3.6+1
19+
version: 1.3.7+1
2020

2121
environment:
2222
sdk: '>=3.2.6 <4.0.0'

0 commit comments

Comments
 (0)