Skip to content

Commit 8c66e25

Browse files
author
Roger Hu
committed
Change to implementation now
1 parent e5465a9 commit 8c66e25

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
@@ -115,11 +115,11 @@ ext {
115115
}
116116

117117
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'
123123
}
124124

125125
/*task jar(type: Jar) {

0 commit comments

Comments
 (0)