Skip to content

Commit ef56b69

Browse files
author
maskara
committed
Replay deprecated symbol usage and mark AAPT todo
1 parent 3bc21ee commit ef56b69

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ dependencies {
5151
androidTestImplementation "com.android.support:support-annotations:${project.supportLibVersion}"
5252
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
5353

54-
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
55-
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
56-
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
54+
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.5.1'
55+
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
56+
testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
5757
}
5858

5959
android {

gradle.properties

+2
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ android.useDeprecatedNdk=true
1414
BUTTERKNIFE_VERSION=8.6.0
1515

1616
org.gradle.jvmargs=-Xmx1536M
17+
18+
#TODO: Temporary disabled. https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#aapt2
1719
android.enableAapt2=false

0 commit comments

Comments
 (0)