From 8dab1d7691cee3fc8a40157223f8d4afc282aa51 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Thu, 8 Aug 2024 12:05:25 +0200 Subject: [PATCH] remove unnecessary space that's commit granularity --- app/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 28b3ffe..224ec9f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -62,7 +62,6 @@ android { dependencies { - implementation(libs.androidx.core.ktx) implementation(libs.androidx.appcompat) implementation(libs.material)