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

appCenter gradle tasks not visible #8

Closed ewoks closed 5 years ago

ewoks commented 5 years ago

Included plugin by adding following to the app/build.gradle as stated here: plugins { id "com.betomorrow.appcenter" version "1.1.4" }

Not sure if readme is missing something or something is broken but after gradle sync, I can't see any new tasks when trying with: ./gradlew tasks | grep appCenter

In which group new tasks should appear?

ewoks commented 5 years ago

My bad :/ Dimension was missing for both flavors nor I added "Release" after flavor name.

maverickabhi1991 commented 5 years ago

@ewoks : Can you please share the line of code that shows the usage of "appCenterUploadBetaRelease" I need to call something like this: appCenterUploadBetaRelease.dependsOn runMsBuild Thanks!!!