Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/android/DownloadHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.ProgressBar;
import android.support.v4.content.FileProvider;
import androidx.core.content.FileProvider;
import java.io.File;
import java.util.HashMap;

Expand Down
2 changes: 1 addition & 1 deletion src/android/GenericFileProvider.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.vaenow.appupdate.android;

import android.support.v4.content.FileProvider;
import androidx.core.content.FileProvider;

/**
* Created by kalea on 2017/8/23.
Expand Down