Skip to content

Instantly share code, notes, and snippets.

@twiceyuan
Created July 25, 2018 13:43
Show Gist options
  • Save twiceyuan/816621861f4f2e52842feca15fdec9db to your computer and use it in GitHub Desktop.
Save twiceyuan/816621861f4f2e52842feca15fdec9db to your computer and use it in GitHub Desktop.
[删除生成的 APK] #Android #Gradle
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