Skip to content

Commit fb0be82

Browse files
committed
PostRelease version increment
1 parent acdb8b7 commit fb0be82

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sample application consumes under 30MB.
1616
[android-sample-app/app/build.gradle](android-sample-app/app/build.gradle) contains code to load the library as a dependency in Gradle.
1717
```gradle
1818
dependencies {
19-
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.8'
19+
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.9'
2020
}
2121
```
2222

android-sample-app/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.viliussutkus89.android.pdf2htmlex.sampleapp"
99
minSdkVersion 19
1010
targetSdkVersion 29
11-
versionCode 19
12-
versionName '0.18.8'
11+
versionCode 20
12+
versionName '0.18.9'
1313
}
1414
splits {
1515
abi {
@@ -23,7 +23,7 @@ android {
2323
}
2424

2525
dependencies {
26-
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.8'
26+
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.9'
2727

2828
implementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'
2929

pdf2htmlEX/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/
2121

22-
version = '0.18.9'
22+
version = '0.18.10'
2323
group = 'com.viliussutkus89'
2424

2525
apply plugin: 'com.android.library'
@@ -33,7 +33,7 @@ android {
3333
minSdkVersion 16
3434
targetSdkVersion 29
3535

36-
versionCode 20
36+
versionCode 21
3737
versionName project.version
3838

3939
archivesBaseName = rootProject.name

0 commit comments

Comments
 (0)