DestinationSol
DestinationSol copied to clipboard
Go over and fix some of the linting issues in the Android build
A bunch are present if you run "gradlew assembleRelease" and look at the linting report. Without abortOnError false they fail the Android build.
File generates at
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
I stumbled over this a bit until I realised the lint command can be run by itself from the command line using "gradlew lintRelease". Now I see the report you are talking about :-)