Skip to content

Commit 3568f48

Browse files
Version = 0.17.1 . Last build failed to deploy, need a new Release on GitHub
1 parent a9bbefd commit 3568f48

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

android-sample-app/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.viliussutkus89.pdf2htmlex_sample"
99
minSdkVersion 19
1010
targetSdkVersion 29
11-
versionCode 2
12-
versionName "0.17.0"
11+
versionCode 3
12+
versionName "0.17.1"
1313
}
1414
splits {
1515
abi {

pdf2htmlEX/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import groovy.xml.MarkupBuilder
2121
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2222
*/
2323

24-
version = '0.17.0'
24+
version = '0.17.1'
2525
group = 'com.viliussutkus89'
2626

2727
apply plugin: 'com.android.library'
@@ -34,7 +34,7 @@ android {
3434
minSdkVersion 16
3535
targetSdkVersion 29
3636

37-
versionCode 3
37+
versionCode 4
3838
versionName project.version
3939

4040
archivesBaseName = rootProject.name

0 commit comments

Comments
 (0)