We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5465a9 commit 8c66e25Copy full SHA for 8c66e25
app/build.gradle
@@ -115,11 +115,11 @@ ext {
115
}
116
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'
+ implementation "com.android.support:appcompat-v7:${supportVersion}"
+ implementation "com.android.support:support-v4:${supportVersion}"
+ implementation 'com.loopj.android:android-async-http:1.4.9'
+ implementation files('libs/codepath-utils.jar')
+ implementation 'com.github.scribejava:scribejava-apis:4.1.1'
123
124
125
/*task jar(type: Jar) {
0 commit comments