File tree Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'
4
4
5
5
android {
6
6
compileSdkVersion 19
7
- buildToolsVersion ' 20.0.0 '
7
+ buildToolsVersion ' 21.1.2 '
8
8
9
9
sourceSets {
10
10
main {
@@ -53,8 +53,8 @@ bintray {
53
53
}
54
54
55
55
dependencies {
56
- compile ' com.nineoldandroids:library:2.4.+ '
57
- compile ' com.android.support:support-v4:21.+ '
56
+ compile ' com.nineoldandroids:library:2.4.0 '
57
+ compile ' com.android.support:support-v4:21.0.3 '
58
58
}
59
59
60
60
install {
@@ -76,6 +76,11 @@ install {
76
76
name ' Iván Navas'
77
77
78
78
}
79
+ developer {
80
+ id ' fess89'
81
+ name ' Oleksii Chyrkov'
82
+
83
+ }
79
84
}
80
85
scm {
81
86
connection gitUrl
@@ -92,18 +97,7 @@ task sourcesJar(type: Jar) {
92
97
classifier = ' sources'
93
98
}
94
99
95
- task javadoc (type : Javadoc ) {
96
- source = android. sourceSets. main. java. srcDirs
97
- classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
98
- }
99
-
100
- task javadocJar (type : Jar , dependsOn : javadoc) {
101
- classifier = ' javadoc'
102
- from javadoc. destinationDir
103
- }
104
-
105
100
artifacts {
106
- archives javadocJar
107
101
archives sourcesJar
108
102
}
109
103
Original file line number Diff line number Diff line change 19
19
<attr name =" progress" format =" integer" />
20
20
<attr name =" ringWidth" format =" dimension" />
21
21
<!-- in switche's view indicate state of view -->
22
- <attr name =" check " format =" boolean" />
22
+ <attr name =" checked " format =" boolean" />
23
23
<attr name =" checkBoxSize" format =" dimension" />
24
24
<attr name =" thumbSize" format =" dimension" />
25
25
<!-- in float button indicate icon resource -->
Original file line number Diff line number Diff line change 1
1
include ' :MaterialDesign'
2
+ include ' :MaterialDesignDemo'
You can’t perform that action at this time.
0 commit comments