Skip to content

Commit

Permalink
Release: v1.9.8-beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGitro authored and github-actions[bot] committed Nov 9, 2024
1 parent 5cd95cf commit 73a1d45
Show file tree
Hide file tree
Showing 395 changed files with 1,123 additions and 1,001 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 197003
versionName "1.9.7"
versionCode 198000
versionName "1.9.8-beta0"
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(11197);
configuration.setCustomIconsCount(11513);
configuration.setDashboardThemingEnabled(true);
configuration.setGenerateAppFilter(true);
configuration.setGenerateAppMap(false);
Expand Down
703 changes: 409 additions & 294 deletions app/src/main/assets/appfilter.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 73a1d45

Please sign in to comment.