Skip to content

Commit

Permalink
Merge branch 'main' into newlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
johngray1965 committed Feb 27, 2024
2 parents 4c370b6 + aac7754 commit 3094328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ To use it, add the following app's build.gradle:

Additionally, there is a separate module that provides a functional interface via arrow-kt. This is a separate module, and is not included in the main library. To use it, add the following app's build.gradle:
```
implementation("io.legere:pdfiumandroid-arrow:1.0.19")
implementation("io.legere:pdfium-android-kt-arrow:1.0.19")
```
For more information on arrow-kt, see the https://arrow-kt.io/
For more information on arrow-kt, see the https://arrow-kt.io/

0 comments on commit 3094328

Please sign in to comment.