Skip to content

Commit 462d007

Browse files
committed
Proper update for v3.8.1 [ci skip]
1 parent 6461131 commit 462d007

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
* 6. Done
6363
*/
6464

65-
implementation 'com.github.zixpo:candybar:3.8.0'
65+
implementation 'com.github.zixpo:candybar:3.8.1'
6666

6767
// Remove '//' below to Enable OneSignal
6868
// implementation 'com.onesignal:OneSignal:3.15.0'

build.gradle

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ buildscript {
66

77
dependencies {
88
classpath 'com.android.tools.build:gradle:4.0.1'
9-
10-
// NOTE: Do not place your application dependencies here; they belong
11-
// in the individual module build.gradle files
129
}
1310
}
1411

1512
allprojects {
16-
1713
repositories {
1814
mavenCentral()
1915
jcenter()
@@ -22,14 +18,12 @@ allprojects {
2218
maven { url 'https://maven.google.com' }
2319
}
2420

25-
// NOTE: This is important
2621
rootProject.ext {
27-
MinSdk = 21
22+
MinSdk = 15
2823
TargetSdk = 29
2924
CompileSdk = 29
3025
SupportLibrary = "27.1.1"
3126
}
32-
3327
}
3428

3529
task clean(type: Delete) {

0 commit comments

Comments
 (0)