Skip to content

Commit 14b0388

Browse files
author
fengjian
committed
release 0.9.1 to jitpack
1 parent 508f597 commit 14b0388

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app-ref-lesscode-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121

2222
dependencies {
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'

lesscode-core/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "0.9.0" // #CONFIG# // project version
5+
version = "0.9.1" // #CONFIG# // project version
66

77
android {
88
compileSdkVersion 23
@@ -24,8 +24,8 @@ android {
2424

2525
dependencies {
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

3131
def siteUrl = 'https://github.com/openproject/LessCode' // #CONFIG# // project homepage
@@ -80,7 +80,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
8080
}
8181

8282
artifacts {
83-
archives javadocJar
83+
// archives javadocJar
8484
archives sourcesJar
8585
}
8686

0 commit comments

Comments
 (0)