From 30268d73d1a309467b2d183ec276fd4ff672b386 Mon Sep 17 00:00:00 2001 From: Mats Wahlberg Date: Sat, 20 Jun 2020 12:25:16 +0200 Subject: Cleaned up string to println in core/build.gradle Variable can be used and gets replaced directly in the string without using '+' to concatenate strings. --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/build.gradle') diff --git a/core/build.gradle b/core/build.gradle index ee7441550..e2ee3a0bd 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -88,7 +88,7 @@ dependencies { api "com.google.android.support:wearable:$wearableSupportVersion" compileOnly "com.google.android.wearable:wearable:$wearableSupportVersion" } else { - System.out.println("core: free build hack, skipping some dependencies and bundling conscrypt ("+"$conscryptVersion"+")") + System.out.println("core: free build hack, skipping some dependencies and bundling conscrypt ($conscryptVersion)") implementation "org.conscrypt:conscrypt-android:$conscryptVersion" } -- cgit v1.2.3