Skip to content

Instantly share code, notes, and snippets.

@Skyyo
Created August 18, 2020 16:21
Show Gist options
  • Save Skyyo/81acb59661b2d2977758610f1fcc549b to your computer and use it in GitHub Desktop.
Save Skyyo/81acb59661b2d2977758610f1fcc549b to your computer and use it in GitHub Desktop.
#gradle #build
//check if jetifier can be turned off
plugins {
id "com.github.plnice.canidropjetifier" version "0.5"
}
//command
./gradlew -Pandroid.enableJetifier=false canIDropJetifier
//check the unused/transitively used/wrongly delcared deps
plugins {
id("com.autonomousapps.dependency-analysis") version "0.54.0"
}
//command
$ ./gradlew buildHealth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment