Skip to content

Commit

Permalink
Import library as project
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Verkhovsky committed Sep 17, 2021
1 parent 1610374 commit 3cf31dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3cf31dc

Please sign in to comment.