Skip to content

Commit 89542c8

Browse files
Reduce version to 0.18.0. No 0.18.x was released yet, and straight up matching upstream sounds unreasonable.
1 parent 5aa1d6f commit 89542c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.7'
22+
version = '0.18.0'
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 10
36+
versionCode 11
3737
versionName project.version
3838

3939
archivesBaseName = rootProject.name

0 commit comments

Comments
 (0)