Skip to content

Commit

Permalink
Release: v1.9.7-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGitro authored and github-actions[bot] committed Oct 22, 2024
1 parent 11745d2 commit 13ae952
Show file tree
Hide file tree
Showing 178 changed files with 363 additions and 234 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "website.leifs.delta"
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 197000
versionName "1.9.7-beta0"
versionCode 197001
versionName "1.9.7-beta1"
multiDexEnabled true

// Naming app bundles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public Configuration onInit() {
Configuration configuration = new Configuration();

configuration.setAutomaticIconsCountEnabled(false);
configuration.setCustomIconsCount(11048);
configuration.setCustomIconsCount(11117);
configuration.setDashboardThemingEnabled(true);
configuration.setGenerateAppFilter(true);
configuration.setGenerateAppMap(false);
Expand Down
87 changes: 73 additions & 14 deletions app/src/main/assets/appfilter.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 13ae952

Please sign in to comment.