From 9b63beb50b2c6501e59db6eadd4f3590514ce571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Wolker?= Date: Thu, 24 Oct 2024 13:37:00 +0200 Subject: [PATCH] Remove dependency on org.android.library --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index cf42294..7ae81b9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '8.5.0' apply false - id 'com.android.library' version '8.5.0' apply false id 'org.jetbrains.kotlin.android' version '1.9.24' apply false id "org.jetbrains.kotlin.plugin.parcelize" version "1.8.20-RC" apply false } \ No newline at end of file