From a4af6e64f9cc52ac1de44cd2ce3bee93fe13ae06 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Mon, 3 Apr 2023 18:04:24 +0800 Subject: [PATCH] :bug: Fix android-33 import/export permission request --- android/app/build.gradle | 2 +- ci/version.code.txt | 2 +- ci/version.info.txt | 17 ++--------------- pubspec.yaml | 2 +- 4 files changed, 5 insertions(+), 18 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index fab9d69..7db6764 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -36,7 +36,7 @@ android { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "opensource.pikapika" minSdkVersion 19 // flutter.minSdkVersion - targetSdkVersion flutter.targetSdkVersion + targetSdkVersion 32 // flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName } diff --git a/ci/version.code.txt b/ci/version.code.txt index b7c8e16..6c4fc20 100644 --- a/ci/version.code.txt +++ b/ci/version.code.txt @@ -1 +1 @@ -v1.7.0 \ No newline at end of file +v1.7.1 \ No newline at end of file diff --git a/ci/version.info.txt b/ci/version.info.txt index 7b36c08..b3c7728 100644 --- a/ci/version.info.txt +++ b/ci/version.info.txt @@ -1,15 +1,2 @@ -v1.7.0 -- [x] ✨固定导出路径 -- [x] ✨ISO可以直接导出漫画到文件浏览器 -- [x] ♻️在首页选择分流亦可测速 -- [x] ♻️导入导出文案以及UI的优化 - - -v1.6.8 - -- [x] ✨选择API分流以及图片分流时进行测速 -- [x] ✨启用Web服务器, 在局域网内使用浏览器观看已下载的漫画 -- [x] ✨导入其他软件的历史记录 -- [x] ♻️优化安卓文件关联 -- [x] ♻️优化安卓URL匹配 -- [x] 🐛修复切换全屏时的屏幕抖动 +v1.7.1 +- [x] 🐛 修复安卓13导入导出的问题 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index c6cedab..112486b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.7.0+16 +version: 1.7.1+17 environment: sdk: ">=2.12.0 <3.0.0"