pull/373/head
gedoor 4 years ago
parent 76f6251a29
commit ecaf72a386
  1. 2
      app/src/main/assets/updateLog.md
  2. 2
      build.gradle

@ -6,7 +6,7 @@
**2020/09/12** **2020/09/12**
* web看书同步最新章 * web看书同步最新章
* web写源增加图片样式等规则 * web写源增加图片样式等规则
* 正文规则可以使用@get{title}获取目录标题,js里使用java.title * 正文规则可以使用@get{title}获取目录标题,js里使用title
**2020/09/11** **2020/09/11**
* 修复一些bug * 修复一些bug

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.4.0' ext.kotlin_version = '1.4.10'
repositories { repositories {
google() google()
jcenter() jcenter()

Loading…
Cancel
Save