From ed58797eaa88a3bfefc8816b8f575abaebf83c00 Mon Sep 17 00:00:00 2001 From: hyb1996 <946994919@qq.com> Date: Mon, 12 Nov 2018 11:22:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/stardust/autojs/runtime/api/AppUtils.java | 1 + common/release/output.json | 2 +- project-versions.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/autojs/src/main/java/com/stardust/autojs/runtime/api/AppUtils.java b/autojs/src/main/java/com/stardust/autojs/runtime/api/AppUtils.java index d63c0d82..f0b51ed9 100644 --- a/autojs/src/main/java/com/stardust/autojs/runtime/api/AppUtils.java +++ b/autojs/src/main/java/com/stardust/autojs/runtime/api/AppUtils.java @@ -94,6 +94,7 @@ public class AppUtils { return IntentUtil.goToAppDetailSettings(mContext, packageName); } + @ScriptInterface public String getFileProviderAuthority() { return mFileProviderAuthority; } diff --git a/common/release/output.json b/common/release/output.json index a7706501..ea784926 100644 --- a/common/release/output.json +++ b/common/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":438,"versionName":"4.0.4 Alpha9","enabled":true,"outputFile":"commonRelease-4.0.4 Alpha9.apk","fullName":"commonRelease","baseName":"common-release"},"path":"commonRelease-4.0.4 Alpha9.apk","properties":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":439,"versionName":"4.0.4 Alpha10","enabled":true,"outputFile":"commonRelease-4.0.4 Alpha10.apk","fullName":"commonRelease","baseName":"common-release"},"path":"commonRelease-4.0.4 Alpha10.apk","properties":{}}] \ No newline at end of file diff --git a/project-versions.json b/project-versions.json index 9b77561e..785e3f1e 100644 --- a/project-versions.json +++ b/project-versions.json @@ -1,6 +1,6 @@ { - "appVersionCode": 438, - "appVersionName": "4.0.4 Alpha9", + "appVersionCode": 439, + "appVersionName": "4.0.4 Alpha10", "target": 28, "mini": 17, "compile": 28,