Skip to content

Commit

Permalink
Updated for v3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Jul 24, 2020
1 parent c695792 commit 6ded4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
apply plugin: 'com.android.application'

android {

compileSdkVersion rootProject.ext.CompileSdk
buildToolsVersion rootProject.ext.BuildTools

defaultConfig {
applicationId "com.candybar.sample"
Expand Down Expand Up @@ -64,7 +62,7 @@ dependencies {
* 6. Done
*/

implementation 'com.github.zixpo:candybar:3.7.1'
implementation 'com.github.zixpo:candybar:3.7.2'

// Remove '//' below to Enable OneSignal
//implementation 'com.onesignal:OneSignal:3.12.4'
Expand Down
3 changes: 1 addition & 2 deletions 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.0'
classpath 'com.android.tools.build:gradle:4.0.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -24,7 +24,6 @@ allprojects {

// NOTE: This is important
rootProject.ext {
BuildTools = "29.0.2"
MinSdk = 21
TargetSdk = 29
CompileSdk = 29
Expand Down

0 comments on commit 6ded4f7

Please sign in to comment.