From 8ba902ae99b651c6e7d60cd162eb943d6dd20f39 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Tue, 28 Nov 2017 20:15:40 -0600 Subject: build.gradle: Consistent quoting style Signed-off-by: Jason A. Donenfeld --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index ed84813b..a961dde8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - buildToolsVersion "27.0.0" + buildToolsVersion '27.0.1' buildTypes { release { minifyEnabled false @@ -13,11 +13,11 @@ android { enabled true } defaultConfig { - applicationId "com.wireguard.android" + applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 27 versionCode 100 - versionName "0.1.0" + versionName '0.1.0' } } -- cgit v1.2.3