File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
GROUP = ' com.codepath.libraries'
10
10
BASE_VERSION = " 1.3"
11
- VERSION_NAME = " 1.3.0 "
11
+ VERSION_NAME = " 1.3.1 "
12
12
POM_PACKAGING = " aar"
13
13
POM_DESCRIPTION = " CodePath OAuth Handler"
14
14
@@ -115,11 +115,11 @@ ext {
115
115
}
116
116
117
117
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'
121
121
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'
123
123
}
124
124
125
125
/* task jar(type: Jar) {
You can’t perform that action at this time.
0 commit comments