File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
12
12
13
13
defaultConfig {
14
14
minSdkVersion 10
15
- targetSdkVersion 23
15
+ targetSdkVersion 24
16
16
versionCode 567
17
17
versionName ' 5.6.7'
18
18
@@ -59,7 +59,7 @@ dependencies {
59
59
// contains util classes to support various android versions, and clean up code
60
60
// comes with the awesome "Holder"-Pattern
61
61
// https://github.com/mikepenz/Materialize
62
- compile ' com.mikepenz:materialize:0.8.8 @aar'
62
+ compile ' com.mikepenz:materialize:0.9.0 @aar'
63
63
64
64
// used to generate the drawer on the left
65
65
// https://github.com/mikepenz/MaterialDrawer
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ buildscript {
11
11
}
12
12
13
13
ext {
14
- compileSdkVersion = 23
15
- buildToolsVersion = " 23 .0.3 "
16
- supportLibVersion = " 23.4 .0"
14
+ compileSdkVersion = 24
15
+ buildToolsVersion = " 24 .0.0 "
16
+ supportLibVersion = " 24.0 .0"
17
17
}
18
18
19
19
allprojects {
@@ -25,5 +25,5 @@ allprojects {
25
25
}
26
26
27
27
task wrapper (type : Wrapper ) {
28
- gradleVersion = ' 2.13 '
28
+ gradleVersion = ' 2.14 '
29
29
}
Original file line number Diff line number Diff line change 1
- # Fri May 13 16:30:32 CEST 2016
1
+ # Sat Jun 18 19:01:27 CEST 2016
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.13 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14 -all.zip
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ android {
7
7
8
8
defaultConfig {
9
9
minSdkVersion 10
10
- targetSdkVersion 23
10
+ targetSdkVersion 24
11
11
versionCode 567
12
12
versionName ' 5.6.7'
13
13
}
@@ -36,10 +36,10 @@ dependencies {
36
36
// used to provide out of the box icon font support. simplifies development,
37
37
// and provides scalable icons. the core is very very light
38
38
// https://github.com/mikepenz/Android-Iconics
39
- compile ' com.mikepenz:iconics-core:2.6.0 @aar'
39
+ compile ' com.mikepenz:iconics-core:2.6.6 @aar'
40
40
41
41
// used to fill the RecyclerView with the items
42
42
// and provides single and multi selection, expandable items
43
43
// https://github.com/mikepenz/FastAdapter
44
- compile ' com.mikepenz:fastadapter:1.5.2 @aar'
44
+ compile ' com.mikepenz:fastadapter:1.5.5 @aar'
45
45
}
You can’t perform that action at this time.
0 commit comments