Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- build-tools-25.0.3
- android-25
- extra-android-m2repository
- extra-google-m2repository
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {

GROUP = 'com.codepath.libraries'
BASE_VERSION = "1.2"
VERSION_NAME = "1.2.4"
VERSION_NAME = "1.2.5-SNAPSHOT"
POM_PACKAGING = "aar"
POM_DESCRIPTION = "CodePath OAuth Handler"

Expand All @@ -33,7 +33,7 @@ archivesBaseName = POM_ARTIFACT_ID

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"

defaultConfig {
versionCode 1
Expand Down Expand Up @@ -119,7 +119,7 @@ dependencies {
compile "com.android.support:support-v4:${supportVersion}"
compile 'com.loopj.android:android-async-http:1.4.9'
compile files('libs/codepath-utils.jar')
compile 'com.github.scribejava:scribejava-apis:4.1.0'
compile 'com.github.scribejava:scribejava-apis:4.1.1'
}

/*task jar(type: Jar) {
Expand Down