Skip to content

Commit f3fc978

Browse files
committed
Update for v3.5.0-beta.6.7
1 parent 0f17bd7 commit f3fc978

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
* 6. Done
7474
*/
7575

76-
implementation 'com.github.zixpo:candybar:v3.5.0-beta.6.6'
76+
implementation 'com.github.zixpo:candybar:v3.5.0-beta.6.7'
7777

7878
// Remove '//' below to Enable OneSignal
7979
//implementation 'com.onesignal:OneSignal:3.11.3'

app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@
155155

156156
<category android:name="android.intent.category.DEFAULT" />
157157
</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>
158163
<!-- TSF Shell -->
159164
<intent-filter>
160165
<action android:name="com.tsf.shell.themes" />

app/src/main/res/values/launchers.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
<item>apex</item>
1111
<item>atom</item>
1212
<item>aviate</item>
13+
<item>blackberry</item>
1314
<item>cm_theme</item>
1415
<item>evie</item>
16+
<item>flick</item>
1517
<item>go_ex</item>
1618
<item>holo</item>
1719
<item>holo_hd</item>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.5.0'
10+
classpath 'com.android.tools.build:gradle:3.5.1'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

0 commit comments

Comments
 (0)