Skip to content

Commit

Permalink
Update for v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Jun 5, 2021
1 parent 16b4bbc commit f1f3415
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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.9.2'
implementation 'com.github.zixpo:candybar:3.10.0'

// Remove '//' below to Enable OneSignal
// implementation 'com.onesignal:OneSignal:3.15.4'
Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:4.2.1'
}
}

allprojects {
repositories {
mavenCentral()
jcenter()
google()
maven { url 'https://jitpack.io' }
maven { url 'https://maven.google.com' }
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.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip

0 comments on commit f1f3415

Please sign in to comment.