Skip to content

Commit

Permalink
2.2.0正式版补丁,修复common-io版本错误
Browse files Browse the repository at this point in the history
  • Loading branch information
xausky committed Apr 7, 2018
1 parent e019f92 commit 9d0c329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
}

dependencies {
implementation 'commons-io:commons-io:2.6'
implementation 'commons-io:commons-io:2.4' //最新版2.6使用新的JavaFileAPI,无法在目前Android版本上使用。
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:cardview-v7:27.1.1'
Expand Down

0 comments on commit 9d0c329

Please sign in to comment.