Skip to content

Commit a6071a6

Browse files
author
Roger Hu
committed
Expose these libs as dependencies
1 parent 4ee7bcf commit a6071a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ext {
88

99
GROUP = 'com.codepath.libraries'
1010
BASE_VERSION = "1.3"
11-
VERSION_NAME = "1.3.0"
11+
VERSION_NAME = "1.3.1"
1212
POM_PACKAGING = "aar"
1313
POM_DESCRIPTION = "CodePath OAuth Handler"
1414

@@ -115,11 +115,11 @@ ext {
115115
}
116116

117117
dependencies {
118-
implementation "com.android.support:appcompat-v7:${supportVersion}"
119-
implementation "com.android.support:support-v4:${supportVersion}"
120-
implementation 'com.loopj.android:android-async-http:1.4.9'
118+
api "com.android.support:appcompat-v7:${supportVersion}"
119+
api "com.android.support:support-v4:${supportVersion}"
120+
api 'com.loopj.android:android-async-http:1.4.9'
121121
implementation files('libs/codepath-utils.jar')
122-
implementation 'com.github.scribejava:scribejava-apis:4.1.1'
122+
api 'com.github.scribejava:scribejava-apis:4.1.1'
123123
}
124124

125125
/*task jar(type: Jar) {

0 commit comments

Comments
 (0)