We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96a56b commit 2364329Copy full SHA for 2364329
app/build.gradle
@@ -87,8 +87,8 @@ apply plugin: 'com.android.application'
87
*/
88
89
dependencies {
90
- compile 'com.android.support:support-v4:27.1.0'
91
- compile 'com.android.support:appcompat-v7:27.1.0'
+ implementation 'com.android.support:support-v4:27.1.0'
+ implementation 'com.android.support:appcompat-v7:27.1.0'
92
}
93
94
// Specifies the location of the top level CMakeLists.txt
0 commit comments