Skip to content

Commit 477ce96

Browse files
authored
Version bump to 2.0.28.0-SNAPSHOT (#470)
1 parent 45da926 commit 477ce96

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A clear and concise description of what you expected to happen.
2525
A clear and concise description of what happened instead.
2626

2727
**Environment details:**
28-
- PdfBox-Android version: [e.g. 2.0.26.0]
28+
- PdfBox-Android version: [e.g. 2.0.27.0]
2929
- Android API version: [e.g. API 33]
3030

3131
**Additional context**

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the following to dependency to `build.gradle`:
1414

1515
```gradle
1616
dependencies {
17-
implementation 'com.tom-roush:pdfbox-android:2.0.26.0'
17+
implementation 'com.tom-roush:pdfbox-android:2.0.27.0'
1818
}
1919
```
2020

@@ -46,6 +46,6 @@ dependencies {
4646
Important notes
4747
==============
4848

49-
* Currently based on PDFBox v2.0.26
49+
* Currently based on PDFBox v2.0.27
5050

5151
* Requires API 19 or greater for full functionality

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m
1515
org.gradle.parallel=true
1616

17-
VERSION_NAME=2.0.27.0-SNAPSHOT
17+
VERSION_NAME=2.0.28.0-SNAPSHOT
1818
VERSION_CODE=1
1919

2020
ANDROID_BUILD_MIN_SDK_VERSION=14

0 commit comments

Comments
 (0)