libgdx / gdx-pay

A libGDX cross-platform API for InApp purchasing.
Apache License 2.0
224 stars 83 forks source link

Missing PurchaseObserver & PurchaseSystem in JAR's #70

Closed JustGez closed 8 years ago

JustGez commented 8 years ago

Hi

I just updated my JAR's from 0.5 > 0.6 and com.badlogic.gdx.pay.PurchaseObserver and com.badlogic.gdx.pay.PurchaseSystem are gone.

Unless I am missing something, doesn't this break all the things?

alex-dorokhov commented 8 years ago

We have added one more layer of dependency. In your core project you have used gdx-pay as common dependency. Now you should use: gdx-pay-client . See updated info here: https://github.com/libgdx/gdx-pay/wiki/Maven-Integration

JustGez commented 8 years ago

Ahh, ok thank you.