Skip to content

Commit

Permalink
Merge pull request #12 from loilo-inc/support-23_2_1
Browse files Browse the repository at this point in the history
Support 23 2 1
  • Loading branch information
hayama-junpei committed Mar 16, 2016
2 parents f3651d8 + 88827d6 commit 8cda8dc
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ via Gradle

```groovy
dependencies {
compile 'tv.loilo.promise:promise:0.2.0'
compile 'tv.loilo.promise:promise-support:0.2.0'
compile 'tv.loilo.promise:promise:0.2.1'
compile 'tv.loilo.promise:promise-support:0.2.1'
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ org.gradle.configureondemand=true

# for gradle-mvn-push.gradle
# Build and Push -> $ gradlew clean build uploadArchives
#VERSION_NAME=0.2.1
VERSION_NAME=0.2.1-SNAPSHOT
VERSION_CODE=4
#VERSION_NAME=0.2.2
VERSION_NAME=0.2.2-SNAPSHOT
VERSION_CODE=5
GROUP=tv.loilo.promise

POM_DESCRIPTION=A simple promise library for Android(Java and Kotlin)
Expand Down
2 changes: 1 addition & 1 deletion promise-samples-errorhandling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:appcompat-v7:23.2.1'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile project(':promise')
compile project(':promise-kotlin')
Expand Down
2 changes: 1 addition & 1 deletion promise-samples-progress-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:appcompat-v7:23.2.1'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile project(':promise')
compile project(':promise-kotlin')
Expand Down
2 changes: 1 addition & 1 deletion promise-samples-progress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:appcompat-v7:23.2.1'
compile project(':promise')
compile project(':promise-support')
}
2 changes: 1 addition & 1 deletion promise-support-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-v4:23.2.0'
compile 'com.android.support:support-v4:23.2.1'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile project(':promise')
compile project(':promise-kotlin')
Expand Down
2 changes: 1 addition & 1 deletion promise-support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-v4:23.2.0'
compile 'com.android.support:support-v4:23.2.1'
compile project(':promise')
}

Expand Down
2 changes: 1 addition & 1 deletion promise-uitest-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:appcompat-v7:23.2.1'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile project(':promise')
compile project(':promise-kotlin')
Expand Down

0 comments on commit 8cda8dc

Please sign in to comment.