Skip to content

Commit 9d18aa6

Browse files
GitGitrogithub-actions[bot]
authored andcommitted
Release: v2.3.0-beta.1
1 parent 83acf9d commit 9d18aa6

File tree

111 files changed

+330
-431
lines changed

Some content is hidden

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

111 files changed

+330
-431
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 202005
13-
versionName "2.2.0"
12+
versionCode 203001
13+
versionName "2.3.0-beta.1"
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(12285);
22+
configuration.setCustomIconsCount(12336);
2323
configuration.setDashboardThemingEnabled(true);
2424
configuration.setGenerateAppFilter(true);
2525
configuration.setGenerateAppMap(false);

app/src/main/assets/appfilter.xml

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

0 commit comments

Comments
 (0)