oliviergauthier / gradle-appcenter-plugin

This gradle plugin allow you to upload each build variant of your android application to separate AppCenter Apps.
MIT License
84 stars 44 forks source link

Add support for the Android Gradle Plugin 3.6 #44

Closed Rolf-Smit closed 4 years ago

Rolf-Smit commented 4 years ago

Fixes #41

When this is released the README needs to be updated:

But I think it is a better idea to create a compatibility list that tells users which version of the plugin is compatible with which version of the Android Gradle Plugin. Because you cannot posibly support multiple Android Gradle Plugin versions in one version of your plugin.

For an example check my plugin's readme: https://github.com/NeoTech-Software/Android-Root-Coverage-Plugin

Thanks for your work on this plugin!

Rolf-Smit commented 4 years ago

The build is failing due to missing publishing keys, makes sense I guess. But is this build even supposed to succesfully build? Seems like something is misconfigured, I don't think you want to run a deploy build for pull-requests.

oliviergauthier commented 4 years ago

Thank you for the PR, version 1.2.0 is available