Skip to content

Commit 7690545

Browse files
Fix import
Fixing import in android/branch/BranchSDK.java
1 parent 180e835 commit 7690545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/android/io/branch/BranchSDK.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import io.branch.referral.util.ContentMetadata;
3131
import io.branch.referral.util.CurrencyType;
3232
import io.branch.referral.util.ShareSheetStyle;
33-
import io.branch.referral.BranchAttributionLevel;
33+
import io.branch.referral.Defines.BranchAttributionLevel;
3434

3535

3636
public class BranchSDK extends CordovaPlugin {

0 commit comments

Comments
 (0)