Created
August 18, 2020 16:21
-
-
Save Skyyo/81acb59661b2d2977758610f1fcc549b to your computer and use it in GitHub Desktop.
#gradle #build
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
//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