Skip to content

Commit

Permalink
Release: v1.9.5-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
flameshikari authored and github-actions[bot] committed Sep 1, 2024
1 parent 93cbb97 commit ece238a
Show file tree
Hide file tree
Showing 143 changed files with 270 additions and 167 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 195000
versionName "1.9.5-beta0"
versionCode 195001
versionName "1.9.5-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(10720);
configuration.setCustomIconsCount(10763);
configuration.setDashboardThemingEnabled(true);
configuration.setGenerateAppFilter(true);
configuration.setGenerateAppMap(false);
Expand Down
55 changes: 52 additions & 3 deletions app/src/main/assets/appfilter.xml

Large diffs are not rendered by default.

Loading

0 comments on commit ece238a

Please sign in to comment.