Skip to content
This repository has been archived by the owner on Aug 26, 2019. It is now read-only.

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed May 1, 2016
1 parent 9e19b16 commit 5d956b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.hippo.ehviewer"
minSdkVersion 14
targetSdkVersion 23
versionCode 59
versionName "1.0.6"
versionCode 60
versionName "1.0.7"
vectorDrawables.useSupportLibrary = true
resConfigs "zh", "zh-rCN", "zh-rHK", "zh-rTW"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1219,12 +1219,13 @@ public void onItemCheckedStateChanged(EasyRecyclerView view, int position, long

private class ThumbDataContainer implements DataContainer {

private UniFile mFile;
@NonNull
private final UniFile mFile;

/**
* @param file the thumb file
*/
public ThumbDataContainer(@Nullable UniFile file) {
public ThumbDataContainer(@NonNull UniFile file) {
mFile = file;
}

Expand Down

0 comments on commit 5d956b4

Please sign in to comment.