Skip to content

Commit

Permalink
Release version 1.8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TomRoush committed Feb 16, 2019
1 parent 13343a5 commit d8ff120
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following to dependency to `build.gradle`:

```gradle
dependencies {
implementation 'com.tom_roush:pdfbox-android:1.8.10.0'
implementation 'com.tom_roush:pdfbox-android:1.8.10.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m
org.gradle.parallel=true

VERSION_NAME=1.8.10.1-SNAPSHOT
VERSION_NAME=1.8.10.1
VERSION_CODE=1

ANDROID_BUILD_MIN_SDK_VERSION=9
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
}

dependencies {
// implementation project(':library')
implementation 'com.tom_roush:pdfbox-android:1.8.10.0'
implementation project(':library')
// implementation 'com.tom_roush:pdfbox-android:1.8.10.1'
implementation 'com.android.support:appcompat-v7:28.0.0'
}
}

0 comments on commit d8ff120

Please sign in to comment.