Skip to content

Commit

Permalink
Expose these libs as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Hu committed Apr 1, 2018
1 parent 4ee7bcf commit a6071a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.3"
VERSION_NAME = "1.3.0"
VERSION_NAME = "1.3.1"
POM_PACKAGING = "aar"
POM_DESCRIPTION = "CodePath OAuth Handler"

Expand Down Expand Up @@ -115,11 +115,11 @@ ext {
}

dependencies {
implementation "com.android.support:appcompat-v7:${supportVersion}"
implementation "com.android.support:support-v4:${supportVersion}"
implementation 'com.loopj.android:android-async-http:1.4.9'
api "com.android.support:appcompat-v7:${supportVersion}"
api "com.android.support:support-v4:${supportVersion}"
api 'com.loopj.android:android-async-http:1.4.9'
implementation files('libs/codepath-utils.jar')
implementation 'com.github.scribejava:scribejava-apis:4.1.1'
api 'com.github.scribejava:scribejava-apis:4.1.1'
}

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

0 comments on commit a6071a6

Please sign in to comment.