Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 4aa45c1

Browse files
Fixed #108
1 parent 7693dfa commit 4aa45c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/main/java/com/dm/material/dashboard/candybar/items/InAppBilling.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ public class InAppBilling {
2525
private String mPrice;
2626
private int mProductCount;
2727

28+
public static final int DONATE = 0;
29+
public static final int PREMIUM_REQUEST = 1;
30+
2831
public InAppBilling(String productId) {
2932
mProductId = productId;
3033
}

0 commit comments

Comments
 (0)