File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/wintmain/catalog/app Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ android {
33
33
applicationId " com.wintmain.catalog.app"
34
34
minSdk 26
35
35
targetSdk 34
36
- versionCode 20241030
37
- versionName ' V20241030 '
36
+ versionCode 20250101
37
+ versionName ' V20250101 '
38
38
39
39
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
40
40
}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class MainActivity : CatalogActivity() {
40
40
* You can optionally modify certain aspects of the catalog
41
41
*/
42
42
override val settings = CatalogSettings (
43
- filters = listOf (CatalogFilter .Path (), CatalogFilter . Tag ),
43
+ filters = listOf (CatalogFilter .Tag ),
44
44
order = CatalogOrder .Name (),
45
45
alwaysShowToolbar = true ,
46
46
cardAppearance = CatalogCardAppearance (
You can’t perform that action at this time.
0 commit comments