Skip to content

Commit

Permalink
Updated the version number to 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
johngray1965 committed Feb 15, 2024
1 parent e7c53bb commit d9ef379
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PdfiumAndroid/arrow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
"proguard-rules.pro",
)
}
}
Expand All @@ -38,7 +38,7 @@ android {
}

dependencies {
implementation("io.legere:pdfiumandroid:1.0.18")
implementation("io.legere:pdfiumandroid:1.0.19")
implementation(libs.kotlinx.coroutines.android)
implementation(libs.arrow.core)
testImplementation(libs.junit)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ PdfDocument, PdfPage, PdfTextPage and Kt versions all uses Closable.

To use it, add the following app's build.gradle:
```
implementation("io.legere:pdfiumandroid:1.0.17")
implementation("io.legere:pdfiumandroid:1.0.19")
```

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.17")
implementation("io.legere:pdfiumandroid-arrow:1.0.19")
```
For more information on arrow-kt, see the https://arrow-kt.io/
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true

VERSION_NAME=1.0.18
VERSION_NAME=1.0.19
ARTIFACT_ID=pdfium-android-kt
VERSION_CODE=3
GROUP=io.legere
Expand Down

0 comments on commit d9ef379

Please sign in to comment.