libgdx / gdx-pay

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

Rearrangement of modules #57

Closed alex-dorokhov closed 9 years ago

alex-dorokhov commented 9 years ago

fix for #56 now I can compile my GWT part of the game. Users should inherit com.badlogicgames.gdx.pay_client module in their GwtDefinition to make it work. And of course everybody should change dependency for their core project from: compile "com.badlogicgames.gdxpay:_gdx-pay:$gdxPayVersion"_ to compile "com.badlogicgames.gdxpay:_gdx-pay-client:$gdxPayVersion"_

And for html module you should have both dependencies for sources: compile "com.badlogicgames.gdxpay:gdx-pay:$gdxPayVersion:sources" compile "com.badlogicgames.gdxpay:gdx-pay-client:$gdxPayVersion:sources"

noblemaster commented 9 years ago

Looking good :-D