Skip to content

Commit

Permalink
Updated for v3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Apr 16, 2020
1 parent 4907b57 commit 1f37c3c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
* 6. Done
*/

implementation 'com.github.zixpo:candybar:3.6.2'
implementation 'com.github.zixpo:candybar:3.6.3'

// Remove '//' below to Enable OneSignal
//implementation 'com.onesignal:OneSignal:3.12.4'
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/values/dashboard_configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@
<!-- If you set it to true, your user can even choose non-mailing app for requesting Icons -->
<bool name="enable_non_mail_app_request">false</bool>

<!-- Hide missing app count -->
<bool name="hide_missing_app_count">false</bool>

<!-- Email that will be used to send icon request and report bugs -->
<string name="dev_email">yourmail@example.com</string>

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

dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:3.6.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 comments on commit 1f37c3c

Please sign in to comment.