You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: