libgdx / gdx-pay

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

proguard problem with 0.4.0/0.5.0-SNAPSHOT (0.3.0 did work) #42

Closed TomGrill closed 9 years ago

TomGrill commented 9 years ago

I get this error with 0.4.0/0.5.0-SNAPSHOT: (0.3.0 does work work) when proguard is enabled. Tried both proguard configurations mentioned in the README and the one in the WIKI.

Warning: com.badlogic.gdx.pay.android.openiab.PurchaseManagerAndroidOpenIAB: can't find referenced method 'org.onepf.oms.OpenIabHelper$Options$Builder setStoreSearchStrategy(int)' in program class org.onepf.oms.OpenIabHelper$Options$Builder Warning: there were 1 unresolved references to program class members. Your input classes appear to be inconsistent. You may need to recompile the code. (http://proguard.sourceforge.net/manual/troubleshooting.html#unresolvedprogramclassmember) :android:proguardDebug FAILED

TomGrill commented 9 years ago

nevermind, i forgot to update my open-iab to 0.9.8.7