Migrate to AndroidX support library

This commit is contained in:
topjohnwu
2018-09-10 02:27:45 -04:00
parent 39c82576ae
commit 065949496e
67 changed files with 199 additions and 169 deletions
@@ -1,12 +1,13 @@
package com.topjohnwu.magisk.components;
import android.content.Intent;
import android.support.v4.app.Fragment;
import com.topjohnwu.magisk.Data;
import com.topjohnwu.magisk.MagiskManager;
import com.topjohnwu.magisk.utils.Topic;
import androidx.fragment.app.Fragment;
public class BaseFragment extends Fragment implements Topic.AutoSubscriber {
public MagiskManager mm;