File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ A clear and concise description of what you expected to happen.
25
25
A clear and concise description of what happened instead.
26
26
27
27
** Environment details:**
28
- - PdfBox-Android version: [ e.g. 2.0.26 .0]
28
+ - PdfBox-Android version: [ e.g. 2.0.27 .0]
29
29
- Android API version: [ e.g. API 33]
30
30
31
31
** Additional context**
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add the following to dependency to `build.gradle`:
14
14
15
15
``` gradle
16
16
dependencies {
17
- implementation 'com.tom-roush:pdfbox-android:2.0.26 .0'
17
+ implementation 'com.tom-roush:pdfbox-android:2.0.27 .0'
18
18
}
19
19
```
20
20
@@ -46,6 +46,6 @@ dependencies {
46
46
Important notes
47
47
==============
48
48
49
- * Currently based on PDFBox v2.0.26
49
+ * Currently based on PDFBox v2.0.27
50
50
51
51
* Requires API 19 or greater for full functionality
Original file line number Diff line number Diff line change 14
14
org.gradle.jvmargs =-Xmx2048m -XX:MaxPermSize=512m
15
15
org.gradle.parallel =true
16
16
17
- VERSION_NAME =2.0.27 .0-SNAPSHOT
17
+ VERSION_NAME =2.0.28 .0-SNAPSHOT
18
18
VERSION_CODE =1
19
19
20
20
ANDROID_BUILD_MIN_SDK_VERSION =14
You can’t perform that action at this time.
0 commit comments