Skip to content

Commit

Permalink
sample to take artifact from jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Borodin committed Jul 29, 2019
1 parent a6c0ce2 commit a045642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
}

dependencies {
// implementation 'com.pdfview:pdfview-android:0.0.5'
implementation project(':pdfview-library')
implementation 'com.pdfview:pdfview-android:0.0.5'
// implementation project(':pdfview-library')
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$versions.kotlin"
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
Expand Down

0 comments on commit a045642

Please sign in to comment.