File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
2121
2222dependencies {
2323 compile fileTree(dir : ' libs' , include : [' *.jar' ])
24- compile ' com.android.support:appcompat-v7:23.1 .1'
24+ compile ' com.android.support:appcompat-v7:23.2 .1'
2525 compile(' com.jayfeng:lesscode-core:0.7.8' ) {
2626 exclude group : ' com.android.support' , module : ' support-v4'
2727 exclude group : ' com.android.support' , module : ' appcompat-v7'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
44
5- version = " 0.9.0 " // #CONFIG# // project version
5+ version = " 0.9.1 " // #CONFIG# // project version
66
77android {
88 compileSdkVersion 23
@@ -24,8 +24,8 @@ android {
2424
2525dependencies {
2626 compile fileTree(dir : ' libs' , include : [' *.jar' ])
27- compile ' com.android.support:support-v4:23.2.0 '
28- compile ' com.android.support:recyclerview-v7:23.2.0 '
27+ compile ' com.android.support:support-v4:23.2.1 '
28+ compile ' com.android.support:recyclerview-v7:23.2.1 '
2929}
3030
3131def siteUrl = ' https://github.com/openproject/LessCode' // #CONFIG# // project homepage
@@ -80,7 +80,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
8080}
8181
8282artifacts {
83- archives javadocJar
83+ // archives javadocJar
8484 archives sourcesJar
8585}
8686
You can’t perform that action at this time.
0 commit comments