Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Malits authored and Malits committed May 8, 2021
1 parent 0055a03 commit 091de5c
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -17,8 +17,8 @@ android {
applicationId "com.github.malitsplus.shizurunotes"
minSdkVersion 26
targetSdkVersion 29
versionCode 42
versionName "1.6.1"
versionCode 43
versionName "1.6.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,6 @@ class DBHelper private constructor(
"""
SELECT *
FROM clan_battle_period
WHERE clan_battle_id > 1014
ORDER BY clan_battle_id DESC
${if (UserSettings.get().getClanBattleLimit()) "LIMIT 13 " else ""}
""",
Expand Down

0 comments on commit 091de5c

Please sign in to comment.