From eea70382d63ac671935250fb65509c2b5f0b9853 Mon Sep 17 00:00:00 2001 From: mlykotom Date: Wed, 23 Nov 2022 18:25:44 +0100 Subject: [PATCH] Fix code style --- app/build.gradle.kts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 94d05ce95..a6cad9892 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,7 +1,5 @@ -import com.google.samples.apps.nowinandroid.NiABuildType - /* - * Copyright 2021 The Android Open Source Project + * Copyright 2022 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,6 +13,7 @@ import com.google.samples.apps.nowinandroid.NiABuildType * See the License for the specific language governing permissions and * limitations under the License. */ +import com.google.samples.apps.nowinandroid.NiABuildType plugins { id("nowinandroid.android.application")