From 3cf31dc4b57634a345c7a95c220acee79e87c0f6 Mon Sep 17 00:00:00 2001 From: Alexey-Verkhovsky Date: Fri, 17 Sep 2021 10:25:03 +0300 Subject: [PATCH] Import library as project --- app/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 722ab3e..1a3505d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,9 +41,7 @@ android { } dependencies { - debugImplementation fileTree(dir: "../fpjs-pro/build/outputs/aar/", include: ["*$project.VERSION_NAME-debug.aar"]) - releaseImplementation fileTree(dir: "../fpjs-pro/build/outputs/aar/", include: ["*$project.VERSION_NAME-release.aar"]) - + implementation project(":fpjs-pro") implementation 'androidx.core:core-ktx:1.6.0' implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0'