From b7252055f22ebdfabdb39ca309d53d85cde129b1 Mon Sep 17 00:00:00 2001 From: Goooler Date: Sat, 14 Jan 2023 03:50:44 +0800 Subject: [PATCH] Cleanups --- app/build.gradle | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2e07e2cd5..a298f7fb4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,9 +13,9 @@ final def gitSha = providers.exec { android { compileSdk 33 + namespace "com.keylesspalace.tusky" defaultConfig { applicationId APP_ID - namespace "com.keylesspalace.tusky" minSdk 23 targetSdk 33 versionCode 97 @@ -129,11 +129,7 @@ dependencies { implementation libs.photoview implementation libs.bundles.material.drawer - implementation libs.material.typeface, { - artifact { - type = "aar" - } - } + implementation libs.material.typeface implementation libs.image.cropper @@ -153,5 +149,4 @@ dependencies { androidTestImplementation libs.espresso.core androidTestImplementation libs.androidx.room.testing androidTestImplementation libs.androidx.test.junit - }