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

com.android.tools.build:gradle minimum version #19

Closed sonique6784 closed 5 years ago

sonique6784 commented 5 years ago

In order to get the plugin working, com.android.tools.build:gradle must be 3.3.0 or newer. else the error: NotSuchMethod com.android.build.gradle.api.ApplicationVariant.getPackageApplicationProvider() Maybe this can be checked when running the plugin to show a meaningful error to the user.