Skip to content

Commit

Permalink
注掉Rx,防止Rx1.x和2.x造成的冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
nanchen2251 committed May 11, 2017
1 parent 32e29f5 commit 25637b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public void compress(View view) {
newFile = CompressHelper.getDefault(getApplicationContext()).compressToFile(oldFile);



// String yourFileName = "123.jpg";
//
// // 你也可以自定义压缩
Expand Down
1 change: 0 additions & 1 deletion compresshelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:25.1.1'
testCompile 'junit:junit:4.12'
compile 'io.reactivex:rxandroid:1.2.1'
}

// build a jar with source files
Expand Down

0 comments on commit 25637b7

Please sign in to comment.