File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ dependencies {
73
73
* 6. Done
74
74
*/
75
75
76
- implementation ' com.github.zixpo:candybar:v3.5.0-beta.6.6 '
76
+ implementation ' com.github.zixpo:candybar:v3.5.0-beta.6.7 '
77
77
78
78
// Remove '//' below to Enable OneSignal
79
79
// implementation 'com.onesignal:OneSignal:3.11.3'
Original file line number Diff line number Diff line change 155
155
156
156
<category android : name =" android.intent.category.DEFAULT" />
157
157
</intent-filter >
158
+ <!-- OnePlus Launcher -->
159
+ <intent-filter >
160
+ <action android : name =" net.oneplus.launcher.icons.ACTION_PICK_ICON" />
161
+ <category android : name =" android.intent.category.DEFAULT" />
162
+ </intent-filter >
158
163
<!-- TSF Shell -->
159
164
<intent-filter >
160
165
<action android : name =" com.tsf.shell.themes" />
Original file line number Diff line number Diff line change 10
10
<item >apex</item >
11
11
<item >atom</item >
12
12
<item >aviate</item >
13
+ <item >blackberry</item >
13
14
<item >cm_theme</item >
14
15
<item >evie</item >
16
+ <item >flick</item >
15
17
<item >go_ex</item >
16
18
<item >holo</item >
17
19
<item >holo_hd</item >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
}
8
8
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.5.0 '
10
+ classpath ' com.android.tools.build:gradle:3.5.1 '
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments