Update gmitohtml to v1.0.2
This commit is contained in:
parent
b79d201efd
commit
77a85b917a
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue