Skip to content

Commit 2364329

Browse files
committed
Another update to settings for Android Studio 3.1.
1 parent a96a56b commit 2364329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ apply plugin: 'com.android.application'
8787
*/
8888

8989
dependencies {
90-
compile 'com.android.support:support-v4:27.1.0'
91-
compile 'com.android.support:appcompat-v7:27.1.0'
90+
implementation 'com.android.support:support-v4:27.1.0'
91+
implementation 'com.android.support:appcompat-v7:27.1.0'
9292
}
9393

9494
// Specifies the location of the top level CMakeLists.txt

0 commit comments

Comments
 (0)