From c847689a02fcca6ccc1bc2038d2ee8846e87da1a Mon Sep 17 00:00:00 2001 From: HystericalDragon Date: Thu, 4 Apr 2024 13:46:41 +0800 Subject: [PATCH] Remove useless command for building plugin --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d1a7b783..90df5a83 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ ALIAS_PASS=your_alias_pass - APK files will be in `app/build/outputs/apk`. - Build plugin: ``` -./run plugin [plugin_name] ./gradlew :plugin:[plugin_name]:assembleOssRelease ``` - Plugin files will be in `plugin/[plugin_name]/build/outputs/apk`.