Skip to content

Commit 85f9139

Browse files
GitGitrogithub-actions[bot]
authored andcommitted
Release: v2.11.0-beta.4
1 parent bafc388 commit 85f9139

File tree

120 files changed

+283
-263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+283
-263
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "website.leifs.delta"
1010
minSdkVersion rootProject.ext.MinSdk
1111
targetSdkVersion rootProject.ext.TargetSdk
12-
versionCode 211003
13-
versionName "2.11.0-beta.3"
12+
versionCode 211004
13+
versionName "2.11.0-beta.4"
1414
multiDexEnabled true
1515

1616
// Naming app bundles

app/src/foss/java/website/leifs/delta/applications/CandyBar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public Configuration onInit() {
1919
Configuration configuration = new Configuration();
2020

2121
configuration.setAutomaticIconsCountEnabled(false);
22-
configuration.setCustomIconsCount(13344);
22+
configuration.setCustomIconsCount(13389);
2323
configuration.setDashboardThemingEnabled(true);
2424
configuration.setGenerateAppFilter(true);
2525
configuration.setGenerateAppMap(false);

app/src/main/assets/appfilter.xml

Lines changed: 51 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)