Skip to content

Commit ddd8937

Browse files
GitGitrogithub-actions[bot]
authored andcommitted
Release: v2.1.0-beta.3
1 parent 254b8d7 commit ddd8937

File tree

113 files changed

+285
-436
lines changed

Some content is hidden

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

113 files changed

+285
-436
lines changed

app/build.gradle

+2-2
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 201002
13-
versionName "2.1.0-beta.2"
12+
versionCode 201003
13+
versionName "2.1.0-beta.3"
1414
multiDexEnabled true
1515

1616
// Naming app bundles

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

+1-1
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(12088);
22+
configuration.setCustomIconsCount(12128);
2323
configuration.setDashboardThemingEnabled(true);
2424
configuration.setGenerateAppFilter(true);
2525
configuration.setGenerateAppMap(false);

app/src/main/assets/appfilter.xml

+59-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)