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,