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 {
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 }
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments