File tree Expand file tree Collapse file tree
pdf2htmlEX/src/androidTest/java/com/viliussutkus89/android/pdf2htmlex Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.3'
1717Local .aar file can be used to, but it needs a complete list of dependencies
1818``` Groovy
1919...
20- files('libs/pdf2htmlex-android-release.aar')
20+ implementation files('libs/pdf2htmlex-android-release.aar')
2121implementation 'com.viliussutkus89:tmpfile-android:1.0.2'
2222...
2323```
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ dependencies {
2222 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
2323
2424// Either depend on local .aar (and all it's dependencies)
25- // files('libs/pdf2htmlex-android-release.aar')
25+ // implementation files('libs/pdf2htmlex-android-release.aar')
2626// implementation 'com.viliussutkus89:tmpfile-android:1.0.2'
2727
2828// Or a released version in Bintray
29- implementation ' com.viliussutkus89:pdf2htmlex-android:0.18.3 '
29+ implementation ' com.viliussutkus89:pdf2htmlex-android:0.18.4 '
3030}
3131
Original file line number Diff line number Diff line change 4343@ RunWith (AndroidJUnit4 .class )
4444public class InstrumentedTests {
4545
46- // PDFs must be places in pdf2htmlEX/src/androidTest/assets/
46+ // PDFs must be placed in pdf2htmlEX/src/androidTest/assets/
4747 private final String [] m_PDFsToTest = new String [] {
4848 "fontfile3_opentype.pdf" ,
4949 "basic_text.pdf" ,
You can’t perform that action at this time.
0 commit comments