Skip to content

Commit

Permalink
Add README.md to aar-instrumented-tester
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 authored Dec 23, 2019
1 parent 3695751 commit 1cf005d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions aar-instrumented-tester/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Run unit tests on released AAR

Copy unit tests and other required files from main project
```sh
./copyFilesFromMainProject.sh
```

Add a dependency to released AAR in [aar-instrumented-tester/pdf2htmlEX/build.gradle](aar-instrumented-tester/pdf2htmlEX/build.gradle)
```Groovy
dependencies {
...
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.3'
...
}
```

Local .aar file can be used to, but it needs a complete list of dependencies
```Groovy
...
files('libs/pdf2htmlex-android-release.aar')
implementation 'com.viliussutkus89:tmpfile-android:1.0.2'
...
```

0 comments on commit 1cf005d

Please sign in to comment.