Commit 462d007 1 parent 6461131 commit 462d007 Copy full SHA for 462d007
File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
* 6. Done
63
63
*/
64
64
65
- implementation ' com.github.zixpo:candybar:3.8.0 '
65
+ implementation ' com.github.zixpo:candybar:3.8.1 '
66
66
67
67
// Remove '//' below to Enable OneSignal
68
68
// implementation 'com.onesignal:OneSignal:3.15.0'
Original file line number Diff line number Diff line change @@ -6,14 +6,10 @@ buildscript {
6
6
7
7
dependencies {
8
8
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
12
9
}
13
10
}
14
11
15
12
allprojects {
16
-
17
13
repositories {
18
14
mavenCentral()
19
15
jcenter()
@@ -22,14 +18,12 @@ allprojects {
22
18
maven { url ' https://maven.google.com' }
23
19
}
24
20
25
- // NOTE: This is important
26
21
rootProject. ext {
27
- MinSdk = 21
22
+ MinSdk = 15
28
23
TargetSdk = 29
29
24
CompileSdk = 29
30
25
SupportLibrary = " 27.1.1"
31
26
}
32
-
33
27
}
34
28
35
29
task clean (type : Delete ) {
You can’t perform that action at this time.
0 commit comments