Skip to content

Commit 660c66d

Browse files
committed
version 1.4.2
1 parent 407c121 commit 660c66d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<application
33
android:label="oneAnime"
44
android:name="${applicationName}"
5-
android:icon="@mipmap/ic_launcher">
5+
android:icon="@mipmap/ic_launcher"
6+
android:extractNativeLibs="true">
67
<activity
78
android:name=".MainActivity"
89
android:exported="true"

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.4.1';
7+
static const String version = '1.4.2';
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.4.1+10401
19+
version: 1.4.2+10402
2020

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

0 commit comments

Comments
 (0)