Make the debug version pro by default
This commit is contained in:
parent
806a06750e
commit
ff5f24b628
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ public class App extends Application {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isProVersion() {
|
public static boolean isProVersion() {
|
||||||
return app.billingProcessor.isPurchased(PRO_VERSION_PRODUCT_ID);
|
return BuildConfig.DEBUG || app.billingProcessor.isPurchased(PRO_VERSION_PRODUCT_ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue