Commit ef1526c 1 parent 06d7480 commit ef1526c Copy full SHA for ef1526c
File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
* 6. Done
63
63
*/
64
64
65
- implementation ' com.github.zixpo:candybar:3.8.1 '
65
+ implementation ' com.github.zixpo:candybar:3.9.0 '
66
66
67
67
// Remove '//' below to Enable OneSignal
68
68
// implementation 'com.onesignal:OneSignal:3.15.0'
Original file line number Diff line number Diff line change 8
8
<!--
9
9
CONFIG: DEFAULT THEME
10
10
-->
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 >
13
18
14
19
15
20
<!--
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:4.0.1 '
8
+ classpath ' com.android.tools.build:gradle:4.0.2 '
9
9
}
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments