Skip to content

Commit

Permalink
下载进度可视化
Browse files Browse the repository at this point in the history
  • Loading branch information
Tailyou committed Jun 22, 2016
1 parent c4edf0e commit ebbb6d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.orhanobut:logger:1.11'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.jakewharton.rxbinding:rxbinding:0.4.0'
compile 'io.reactivex:rxjava:1.1.5'
compile 'io.reactivex:rxandroid:1.2.0'
compile 'com.squareup.okhttp3:okhttp:3.3.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import com.hengda.tailyou.retrofitfiledownload.fileload.FileApi;
import com.hengda.tailyou.retrofitfiledownload.fileload.FileCallback;
import com.orhanobut.logger.Logger;

import java.io.File;

Expand All @@ -21,7 +20,6 @@ public class MainActivity extends AppCompatActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
Logger.init("FILE_LOAD");

// 下载地址
// http://hengdawb-app.oss-cn-hangzhou.aliyuncs.com/app-debug.apk
Expand Down

0 comments on commit ebbb6d3

Please sign in to comment.