Skip to content

Commit 61b1ae6

Browse files
authored
fix(push): make LeanplumFcmServiceHelper public. (#94)
1 parent eef2501 commit 61b1ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidSDK/src/com/leanplum/LeanplumFcmServiceHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @deprecated {@link LeanplumFcmServiceHelper} will be made private in future releases, since it is
3333
* not intended to be public API.
3434
*/
35-
class LeanplumFcmServiceHelper extends IntentService {
35+
public class LeanplumFcmServiceHelper extends IntentService {
3636
public LeanplumFcmServiceHelper() {
3737
super("LeanplumFcmServiceHelper");
3838
}

0 commit comments

Comments
 (0)