Commit 91738477 authored by liuzhaoce's avatar liuzhaoce

update

parent 8e17c460
...@@ -6,8 +6,8 @@ android { ...@@ -6,8 +6,8 @@ android {
applicationId "com.tencent.mm" applicationId "com.tencent.mm"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 26 targetSdkVersion 26
versionCode 6 versionCode 9
versionName "1.6" versionName "1.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true multiDexEnabled true
......
...@@ -345,7 +345,6 @@ public class AutoInstaller extends Handler { ...@@ -345,7 +345,6 @@ public class AutoInstaller extends Handler {
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS).mkdir(); Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS).mkdir();
// 若存在,则删除 // 若存在,则删除
Log.e(TAG, "downloadUpdateApkFilePath: " + mTempPath);
request.setDestinationInExternalPublicDir(Environment.DIRECTORY_DOWNLOADS, "g4proxy.apk"); request.setDestinationInExternalPublicDir(Environment.DIRECTORY_DOWNLOADS, "g4proxy.apk");
long id = downloadManager.enqueue(request); long id = downloadManager.enqueue(request);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment