Temporarily disable in app billing for next release

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

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

Loading…
Cancel
Save