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 @@ -115,11 +115,11 @@ ext {
115
115
}
116
116
117
117
dependencies {
118
- compile " com.android.support:appcompat-v7:${ supportVersion} "
119
- compile " com.android.support:support-v4:${ supportVersion} "
120
- compile ' com.loopj.android:android-async-http:1.4.9'
121
- compile files(' libs/codepath-utils.jar' )
122
- compile ' com.github.scribejava:scribejava-apis:4.1.1'
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'
121
+ implementation files(' libs/codepath-utils.jar' )
122
+ implementation ' 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