Skip to content

Commit

Permalink
release 0.9.1 to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjian committed Apr 1, 2016
1 parent 508f597 commit 14b0388
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app-ref-lesscode-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:appcompat-v7:23.2.1'
compile('com.jayfeng:lesscode-core:0.7.8') {
exclude group: 'com.android.support', module: 'support-v4'
exclude group: 'com.android.support', module: 'appcompat-v7'
Expand Down
8 changes: 4 additions & 4 deletions lesscode-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "0.9.0" // #CONFIG# // project version
version = "0.9.1" // #CONFIG# // project version

android {
compileSdkVersion 23
Expand All @@ -24,8 +24,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:23.2.0'
compile 'com.android.support:recyclerview-v7:23.2.0'
compile 'com.android.support:support-v4:23.2.1'
compile 'com.android.support:recyclerview-v7:23.2.1'
}

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

artifacts {
archives javadocJar
// archives javadocJar
archives sourcesJar
}

Expand Down

0 comments on commit 14b0388

Please sign in to comment.