Skip to content
Snippets Groups Projects
Commit 4b6aa479 authored by John Carlson's avatar John Carlson
Browse files

Merge branch 'master' into develop

parents 4de5e37d 7bb9a31e
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -82,7 +82,9 @@ ext {
reptarVersion = '2.4.1'
adapterLayout = '1.1.0'
materialDialogsVersion = '0.9.4.2'
leakCanaryVersion = '1.5'
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
 
Loading
Loading
@@ -193,9 +195,9 @@ dependencies {
transitive = true;
}
 
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
debugCompile "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
releaseCompile "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion"
testCompile "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion"
 
testCompile 'junit:junit:4.12'
testCompile 'org.robolectric:robolectric:3.3.1'
Loading
Loading
app/src/debug/res/drawable-hdpi/leak_canary_icon.png

4.58 KiB

app/src/debug/res/drawable-mdpi/leak_canary_icon.png

2.95 KiB

app/src/debug/res/drawable-xhdpi/leak_canary_icon.png

6.12 KiB

app/src/debug/res/drawable-xxhdpi/leak_canary_icon.png

9.81 KiB

app/src/debug/res/drawable-xxxhdpi/leak_canary_icon.png

13.6 KiB

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="leak_canary_display_activity_label">LabCoat Leaks</string>
</resources>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment