googlecodelabs / android-perf-testing

Automated Performance Testing on Android
https://codelabs.developers.google.com/codelabs/android-perf-testing/
Apache License 2.0
93 stars 39 forks source link

Upgrade the gradle plugin to auto-add the rules to test classes #9

Open PaulRashidi opened 8 years ago

PaulRashidi commented 8 years ago

We should be able to use the new Gradle Transform API to auto-add the rules to the Test classes instead of making the devs maintain a list of member variables.

Probably needs to be implemented with an opt-out.