oliviergauthier / gradle-appcenter-plugin

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

Do not have compatibility with com.android.tools.build:gradle:7+ #80

Open Paparama opened 2 years ago

Paparama commented 2 years ago

dependencies { classpath 'com.android.tools.build:gradle:7.0.3' classpath "gradle.plugin.com.betomorrow.gradle:appcenter-plugin:2.0.3" ... }

com.android.tools.build:gradle:7.0.3 - need for other plugins (require 7+ version) When try to use - task appCenterUploadStageDebug not found (use settings like at readme except names at productFlavors, so should be create such task)

It's very sad because before we use com.teamwanari.appcenter-publish-plugin and it's worked fine with build gradle 7+, but now it's use wrong api urls for upload, so decide to use this plugin, but catch such problem