Skip to content

Commit e742935

Browse files
committed
change nonnull reference
1 parent 4c2570d commit e742935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidSDKFcm/src/main/java/com/leanplum/LeanplumFcmProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
import java.util.Collections;
3737

38-
import androidx.annotation.NonNull;
38+
import android.support.annotation.NonNull;
3939

4040
/**
4141
* Leanplum provider for work with Firebase.

0 commit comments

Comments
 (0)