Temporarily disable in app billing for next release

pull/14/head
Sam Bosley 13 years ago
parent 5213119561
commit 4f7b1ed026

@ -89,7 +89,7 @@ public abstract class MarketStrategy {
@Override @Override
public boolean billingSupported() { public boolean billingSupported() {
return true; return false; // TODO: Eventually this should be true, disabling temporarily.
} }
} }

Loading…
Cancel
Save