Archinamon / android-gradle-aspectj

gradle plug-in adding supports of AspectJ into Android project
Apache License 2.0
364 stars 58 forks source link

Add compatibility with Android Gradle Plugin 2.2 #21

Closed strlght closed 7 years ago

strlght commented 7 years ago

These changes break backward compatibility. Changed SignedJarBuilder.IZipEntryFilter to ZipEntryFilter. Increased gradle wrapper version as if it is needed by Android Gradle Plugin 2.2. Made gradlew executable.

This request fixes #20.

Archinamon commented 7 years ago

Left only 1 thing, I'll add it in a separate commit.