File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
117117dependencies {
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) {
You can’t perform that action at this time.
0 commit comments