Skip to content

Commit 4b8fe9d

Browse files
committed
migrate to support library prefixes
1 parent a57f8a9 commit 4b8fe9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AndroidSDKPush/src/main/java/com/leanplum/LeanplumJobStartReceiver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import android.content.Context;
2626
import android.content.Intent;
2727

28-
import androidx.core.app.JobIntentService;
28+
import android.support.v4.app.JobIntentService;
2929

3030
import com.leanplum.internal.Log;
3131
import com.leanplum.internal.Util;

AndroidSDKPush/src/main/java/com/leanplum/LeanplumLocalPushListenerService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
import android.content.Intent;
2626
import android.os.Bundle;
2727

28-
import androidx.annotation.NonNull;
29-
import androidx.core.app.JobIntentService;
28+
import android.support.annotation.NonNull;
29+
import android.support.v4.app.JobIntentService;
3030

3131
import com.leanplum.internal.Constants;
3232
import com.leanplum.internal.Log;

0 commit comments

Comments
 (0)