Fixed support library references

This commit is contained in:
M66B
2018-11-17 10:36:11 +01:00
parent e074625834
commit c8c38f3892
3 changed files with 6 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ import android.net.Uri;
import android.os.Build;
import android.os.PowerManager;
import android.preference.PreferenceManager;
import android.support.annotation.NonNull;
import android.text.TextUtils;
import android.util.Log;
import android.view.Menu;
@@ -68,6 +67,7 @@ import javax.mail.AuthenticationFailedException;
import javax.mail.MessagingException;
import javax.mail.internet.InternetAddress;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AlertDialog;
import androidx.browser.customtabs.CustomTabsIntent;