Skip to content

Commit

Permalink
Update for v3.12.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
sarsamurmu committed Aug 8, 2021
1 parent 98aac87 commit 0c59b57
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
11 changes: 4 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,12 @@ dependencies {
* CandyBar Material Dashboard Library
*
* How to update?
* 1. See latest version at GitHub, https://github.com/zixpo/candybar/releases
* 2. Change candybar dependency matching latest version
* 3. com.github.zixpo.candybar:$versionNumber
* 4. Sync Project with Gradle Files
* 5. Clean project
* 6. Done
* Check this update guide for every version
* - https://github.com/zixpo/candybar-sample/wiki/Updating-the-dashboard
* If you've missed some versions you've to also follow update guide for those versions
*/

implementation 'com.github.zixpo:candybar:3.11.7'
implementation 'com.github.zixpo:candybar:3.12.0'

// Remove '//' below to Enable OneSignal
// implementation 'com.onesignal:OneSignal:3.15.4'
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/launchers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<item>go_ex</item>
<item>holo</item>
<item>holo_hd</item>
<item>hyperion</item>
<item>lawnchair</item>
<item>lg_home</item>
<item>lucid</item>
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.2.1'
classpath 'com.android.tools.build:gradle:7.0.0'
}
}

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-6.8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip

0 comments on commit 0c59b57

Please sign in to comment.