File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ dependencies {
51
51
androidTestImplementation " com.android.support:support-annotations:${ project.supportLibVersion} "
52
52
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
53
53
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'
57
57
}
58
58
59
59
android {
Original file line number Diff line number Diff line change @@ -14,4 +14,6 @@ android.useDeprecatedNdk=true
14
14
BUTTERKNIFE_VERSION =8.6.0
15
15
16
16
org.gradle.jvmargs =-Xmx1536M
17
+
18
+ # TODO: Temporary disabled. https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#aapt2
17
19
android.enableAapt2 =false
You can’t perform that action at this time.
0 commit comments