Skip to content

Commit 67ec72e

Browse files
wintmainwosys
authored andcommitted
[common][feat] Change catalog filters
1 parent 186341f commit 67ec72e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app-catalog/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ android {
3333
applicationId "com.wintmain.catalog.app"
3434
minSdk 26
3535
targetSdk 34
36-
versionCode 20241030
37-
versionName 'V20241030'
36+
versionCode 20250101
37+
versionName 'V20250101'
3838

3939
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4040
}

app-catalog/app/src/main/java/com/wintmain/catalog/app/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class MainActivity : CatalogActivity() {
4040
* You can optionally modify certain aspects of the catalog
4141
*/
4242
override val settings = CatalogSettings(
43-
filters = listOf(CatalogFilter.Path(), CatalogFilter.Tag),
43+
filters = listOf(CatalogFilter.Tag),
4444
order = CatalogOrder.Name(),
4545
alwaysShowToolbar = true,
4646
cardAppearance = CatalogCardAppearance(

0 commit comments

Comments
 (0)