Skip to content

Commit ef1526c

Browse files
committed
Update for v3.9.0
1 parent 06d7480 commit ef1526c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
* 6. Done
6363
*/
6464

65-
implementation 'com.github.zixpo:candybar:3.8.1'
65+
implementation 'com.github.zixpo:candybar:3.9.0'
6666

6767
// Remove '//' below to Enable OneSignal
6868
// implementation 'com.onesignal:OneSignal:3.15.0'

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

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@
88
<!--
99
CONFIG: DEFAULT THEME
1010
-->
11-
<!-- Use dark theme as the default theme -->
12-
<bool name="use_dark_theme">false</bool>
11+
<!-- Set the default theme
12+
Available choices:
13+
- auto
14+
- light
15+
- dark
16+
-->
17+
<string name="default_theme">auto</string>
1318

1419

1520
<!--

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:4.0.1'
8+
classpath 'com.android.tools.build:gradle:4.0.2'
99
}
1010
}
1111

0 commit comments

Comments
 (0)