Skip to content

Commit b87e7f1

Browse files
GitGitrogithub-actions[bot]
authored andcommitted
Release: v2.16.0-beta.2
1 parent 06d7b69 commit b87e7f1

51 files changed

Lines changed: 13 additions & 7 deletions

Some content is hidden

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

β€Žapp/build.gradleβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "website.leifs.delta"
1414
minSdkVersion rootProject.ext.MinSdk
1515
targetSdkVersion rootProject.ext.TargetSdk
16-
versionCode 216001
17-
versionName "2.16.0-beta.1"
16+
versionCode 216002
17+
versionName "2.16.0-beta.2"
1818
multiDexEnabled true
1919

2020
// 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(13897);
22+
configuration.setCustomIconsCount(13898);
2323
configuration.setDashboardThemingEnabled(true);
2424
configuration.setGenerateAppFilter(true);
2525
configuration.setGenerateAppMap(false);

β€Žapp/src/main/assets/appfilter.xmlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6781,6 +6781,7 @@
67816781
<item component="ComponentInfo{com.joshdeboer.itcbattles/com.joshdeboer.itcbattles.MainActivity}" drawable="itc_battles" />
67826782
<item component="ComponentInfo{com.josmantek.macros/com.josmantek.macros.MainActivity}" drawable="macros" />
67836783
<item component="ComponentInfo{com.jotterpad.x/com.jotterpad.x.MainActivity}" drawable="jotterpad" />
6784+
<item component="ComponentInfo{com.jotty.android/com.jotty.android.MainActivity}" drawable="jotty_android" />
67846785
<item component="ComponentInfo{com.journey.app/com.journey.app.SplashActivity}" drawable="journey" />
67856786
<item component="ComponentInfo{com.journeyui.camera/com.android.camera.CameraLauncher}" drawable="camera" />
67866787
<item component="ComponentInfo{com.joxdev.orbia/com.joxdev.orbia.AndroidLauncher}" drawable="orbia" />

β€Žapp/src/main/assets/drawable.xmlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<item drawable="instaprime" />
2222
<item drawable="ispeed_stock_trade" />
2323
<item drawable="jins" />
24+
<item drawable="jotty_android" />
2425
<item drawable="journie" />
2526
<item drawable="kakaku_com" />
2627
<item drawable="kamus_besar_bahasa_indonesia" />
@@ -7198,6 +7199,7 @@
71987199
<item drawable="joplin" />
71997200
<item drawable="jotter" />
72007201
<item drawable="jotterpad" />
7202+
<item drawable="jotty_android" />
72017203
<item drawable="journalize" />
72027204
<item drawable="journey" />
72037205
<item drawable="journie" />
-2.71 KB
-1.76 KB
-1.1 KB
-1021 Bytes
-1.3 KB
-1.5 KB

0 commit comments

Comments
Β (0)