From 45e06433ba4558bb4627e7bc5303c09ae17ed9d8 Mon Sep 17 00:00:00 2001 From: Paul Woitaschek Date: Thu, 21 Nov 2019 21:43:56 +0100 Subject: [PATCH] Added positions for the about message My lint build fails because of this --- .../src/main/res/values/leak_canary_strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leakcanary-android-core/src/main/res/values/leak_canary_strings.xml b/leakcanary-android-core/src/main/res/values/leak_canary_strings.xml index d6fd64df60..498f6220ac 100644 --- a/leakcanary-android-core/src/main/res/values/leak_canary_strings.xml +++ b/leakcanary-android-core/src/main/res/values/leak_canary_strings.xml @@ -18,7 +18,7 @@ About LeakCanary About LeakCanary %s %s (%s), automatically added by the LeakCanary library.

+ %1$s (%2$s), automatically added by the LeakCanary library.

LeakCanary is a memory leak detection library for Android, created and open source by Pierre-Yves Ricau at Square.

You can learn more about memory leaks at https://squ.re/leaks.