percolate / caffeine

Speed up your Android development
BSD 3-Clause "New" or "Revised" License
414 stars 39 forks source link

Upgraded gradle plugin, build tools and update to API 23 #15

Closed msya closed 8 years ago

msya commented 8 years ago

What changed?

The Gradle plugin was used to 1.5.0. The build tools were updated 23.0.2. The compile SDK and target SDK versions were updated to 23. Upgrading these things required some modifications to caffeine/build.gradle. The line apply from: 'maven_push.gradle' was removed due to the issue - Error:No such property: GROUP for class: org.gradle.api.publication.maven.internal.deployer.DefaultGroovyMavenDeployer.

Review

@brentwatson Please review the PR.