Update gmitohtml to v1.0.2

This commit is contained in:
Trevor Slocum 2020-11-26 20:46:32 -08:00
parent b79d201efd
commit 77a85b917a
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
0.1.3:
- Support bookmarks
0.1.2:
- Display navigation bar in pages
- Support dark themed pages via prefers-color-scheme

View File

@ -10,8 +10,8 @@ android {
applicationId "space.rocketnine.xenia"
minSdkVersion 16
targetSdkVersion 30
versionCode 12
versionName "0.1.2"
versionCode 13
versionName "0.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -31,7 +31,7 @@ android {
ext {
// https://gitlab.com/tslocum/gmitohtml
gmitohtmlVersion = "v1.0.1"
gmitohtmlVersion = "v1.0.2"
}
task bindLibrary(type: Exec) {