Skip to content

Commit

Permalink
Release 5.0.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt committed Dec 16, 2021
1 parent 86dbdc1 commit cbdca52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ object CollectionUtils {
if (key.contains("count")) count = value.asString
if (key.equals("id", ignoreCase = true)) id = value.asString
}
//d("$id $count")
countList[id] = count
}
for (collection in collections) {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Light/Dark Theme Support has been added!
Revamped Search UI
Bug fixes

0 comments on commit cbdca52

Please sign in to comment.