Skip to content

Commit fe45658

Browse files
authored
Merge pull request #40 from rogerhu/bump
Bump versions
2 parents 593c27d + 05f1fd3 commit fe45658

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android:
66
components:
77
- tools
88
- platform-tools
9-
- build-tools-25.0.2
9+
- build-tools-25.0.3
1010
- android-25
1111
- extra-android-m2repository
1212
- extra-google-m2repository

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ext {
88

99
GROUP = 'com.codepath.libraries'
1010
BASE_VERSION = "1.2"
11-
VERSION_NAME = "1.2.4"
11+
VERSION_NAME = "1.2.5-SNAPSHOT"
1212
POM_PACKAGING = "aar"
1313
POM_DESCRIPTION = "CodePath OAuth Handler"
1414

@@ -33,7 +33,7 @@ archivesBaseName = POM_ARTIFACT_ID
3333

3434
android {
3535
compileSdkVersion 25
36-
buildToolsVersion "25.0.2"
36+
buildToolsVersion "25.0.3"
3737

3838
defaultConfig {
3939
versionCode 1
@@ -119,7 +119,7 @@ dependencies {
119119
compile "com.android.support:support-v4:${supportVersion}"
120120
compile 'com.loopj.android:android-async-http:1.4.9'
121121
compile files('libs/codepath-utils.jar')
122-
compile 'com.github.scribejava:scribejava-apis:4.1.0'
122+
compile 'com.github.scribejava:scribejava-apis:4.1.1'
123123
}
124124

125125
/*task jar(type: Jar) {

0 commit comments

Comments
 (0)