Created
July 25, 2018 13:43
-
-
Save twiceyuan/816621861f4f2e52842feca15fdec9db to your computer and use it in GitHub Desktop.
[删除生成的 APK] #Android #Gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task cleanApk(type: Delete) { | |
delete "${buildDir}/outputs/apk" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment