1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-06 04:47:55 +00:00

Update CheckForNewAppVersionTask.java

This commit is contained in:
Redirion
2019-06-25 13:53:23 +02:00
committed by GitHub
parent 80b4975188
commit 37a9e98ebc

View File

@@ -15,6 +15,7 @@ import android.preference.PreferenceManager;
import android.support.v4.app.NotificationCompat; import android.support.v4.app.NotificationCompat;
import android.support.v4.app.NotificationManagerCompat; import android.support.v4.app.NotificationManagerCompat;
import android.util.Log; import android.util.Log;
import android.widget.Toast;
import org.json.JSONException; import org.json.JSONException;
import org.json.JSONObject; import org.json.JSONObject;