From 79aea3c37175e84dc53cefd3b18ef754ea62caf5 Mon Sep 17 00:00:00 2001 From: C-ON <127379535+Ci5N0222@users.noreply.github.com> Date: Thu, 20 Jul 2023 18:38:43 +0900 Subject: [PATCH] Update build.gradle --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c8c1db0..6184399 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.android.application' + id 'com.android.library' id 'org.jetbrains.kotlin.android' }