Skip to content

Commit

Permalink
Migrate to AndroidX
Browse files Browse the repository at this point in the history
`android.support` is now deprecated
https://developer.android.com/jetpack/androidx

Changes tracked in
e-mission/e-mission-docs#554 (comment)
  • Loading branch information
shankari committed Jul 17, 2020
1 parent ebcf612 commit 7688547
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/android/ServerSyncAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
import android.content.Intent;
import android.content.SyncResult;
import android.os.Bundle;
import android.support.v4.app.NotificationCompat;
import android.support.v4.content.LocalBroadcastManager;
import androidx.localbroadcastmanager.content.LocalBroadcastManager;

import org.json.JSONArray;
import org.json.JSONException;
Expand Down

0 comments on commit 7688547

Please sign in to comment.