Skip to content

Commit

Permalink
Reduce version to 0.18.0. No 0.18.x was released yet, and straight up…
Browse files Browse the repository at this point in the history
… matching upstream sounds unreasonable.
  • Loading branch information
ViliusSutkus89 committed Nov 26, 2019
1 parent 5aa1d6f commit 89542c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdf2htmlEX/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

version = '0.18.7'
version = '0.18.0'
group = 'com.viliussutkus89'

apply plugin: 'com.android.library'
Expand All @@ -33,7 +33,7 @@ android {
minSdkVersion 16
targetSdkVersion 29

versionCode 10
versionCode 11
versionName project.version

archivesBaseName = rootProject.name
Expand Down

0 comments on commit 89542c8

Please sign in to comment.