mbiamont / google-analytics-annotations

Android library to easily use Google Analytics through annotation
Apache License 2.0
69 stars 12 forks source link

Support gradle 1.5+ #1

Closed autovalue closed 8 years ago

autovalue commented 8 years ago

Hi, awesome gradle plugin.

While testing the new Instant Run feature in gradle/Android studio, I found that the library no longer supported gradle 1.5+, because it still referenced the dex method.

http://tools.android.com/tech-docs/new-build-system/transform-api

Do you think it would be possible to add a 2.0 version of the app to support gradle 1.5+?

Thanks.

renaudcerrato commented 8 years ago

Just sent a PR (https://github.com/mbiamont/google-analytics-annotations/pull/2) with the modification needed to make it works on Gradle 1.5

mbiamont commented 8 years ago

Fixed in Version 1.1.0