Skip to content

Commit

Permalink
Update for v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Dec 10, 2020
1 parent 06d7480 commit ef1526c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
* 6. Done
*/

implementation 'com.github.zixpo:candybar:3.8.1'
implementation 'com.github.zixpo:candybar:3.9.0'

// Remove '//' below to Enable OneSignal
// implementation 'com.onesignal:OneSignal:3.15.0'
Expand Down
9 changes: 7 additions & 2 deletions app/src/main/res/values/dashboard_configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@
<!--
CONFIG: DEFAULT THEME
-->
<!-- Use dark theme as the default theme -->
<bool name="use_dark_theme">false</bool>
<!-- Set the default theme
Available choices:
- auto
- light
- dark
-->
<string name="default_theme">auto</string>


<!--
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:4.0.2'
}
}

Expand Down

0 comments on commit ef1526c

Please sign in to comment.