aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <harsh@prjkt.io>2018-06-19 15:23:59 +0530
committerSamuel Holland <samuel@sholland.org>2018-06-23 00:57:31 -0500
commit4d69d8160bb17c18476958566569eae2cf5da7c6 (patch)
treeb4e5d4b96dc2283ce11c3dde3fbcfbfddf1ee951 /app/build.gradle
parenttreewide: Optimize imports (diff)
downloadwireguard-android-4d69d8160bb17c18476958566569eae2cf5da7c6.tar.xz
wireguard-android-4d69d8160bb17c18476958566569eae2cf5da7c6.zip
gradle: Style
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3e561390..8c6b6148 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,9 +11,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
compileSdkVersion 27
- dataBinding {
- enabled true
- }
+ dataBinding.enabled true
defaultConfig {
applicationId 'com.wireguard.android'
minSdkVersion 21