Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
修复comicbus搜索出现空结果的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ckn4 committed Mar 28, 2021
1 parent b97072b commit 846266d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.hiroshi.cimoc"
minSdkVersion 26
targetSdkVersion 29
versionCode 35
versionName "17.1"
versionCode 36
versionName "17.5"
resConfigs "en", "zh"
}
lintOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

public class UpdateHelper {

private static final int VERSION = 171;
private static final int VERSION = 175;

public static void update(PreferenceManager manager, final DaoSession session) {
int version = manager.getInt(PreferenceManager.PREF_APP_VERSION, 0);
Expand Down

0 comments on commit 846266d

Please sign in to comment.