Shopify / mobile-buy-sdk-android

Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using their credit card.
MIT License
211 stars 136 forks source link

'MavenDeployment' is deprecated #759

Open DharmendraRughani opened 5 months ago

DharmendraRughani commented 5 months ago

Hello there,

After updating the gradle wrapper with the latest SDK , the buy3 SDK start throwing the error

unable to resolve class MavenDeployment @ line 140, column 26. beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }

As the MavenDeployment is deprecated , is there any plan you guys have to upgrade the SDK with the latest code?

Thanks in advance