diff --git a/README.md b/README.md index a61ea46..19d1626 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # qinglong_app -基于[qinglong](https://github.com/whyour/qinglong)API实现的三方客户端,采用Flutter编写 +版本更新通知 https://t.me/qinglongapp + +仅供学习交流, 禁止用于任何商业用途 + +基于[qinglong](https://github.com/whyour/qinglong)API实现的三方客户端,采用Flutter编写 (API基于v2.10.13) Android端去[release](https://github.com/qinglong-app/qinglong_app/releases)下载 -本人没有iOS开发者账号,iOS端用户自行下载源码编译安装 +本人没有iOS开发者账号,iOS端用户自行下载main分支源码编译安装 -禁止用于任何商业用途 +目前只支持用户名密码登录,不用担心,你的用户名密码不会泄露
@@ -27,8 +31,9 @@ Android端去[release](https://github.com/qinglong-app/qinglong_app/releases)下
### 尚未完成的功能
+>* 修改用户名密码
>* 两步验证
>* 应用设置
>* 通知设置
>* 脚本管理中的增删改和调试
->* 暂不支持通过Client ID/Client Secret登录
\ No newline at end of file
+>* 暂不支持通过Client ID/Client Secret登录
diff --git a/android/app/build.gradle b/android/app/build.gradle
index c878657..6c18d35 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -47,9 +47,6 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
- ndk {
- abiFilters 'armeabi-v7a'
- }
}
buildTypes {