优化
This commit is contained in:
+3
-3
@@ -15,8 +15,8 @@ def version = "3." + releaseTime()
|
|||||||
def gitCommits = Integer.parseInt('git rev-list HEAD --count'.execute().text.trim())
|
def gitCommits = Integer.parseInt('git rev-list HEAD --count'.execute().text.trim())
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 31
|
compileSdkVersion 32
|
||||||
buildToolsVersion '31.0.0'
|
buildToolsVersion '32.0.0'
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = "11"
|
jvmTarget = "11"
|
||||||
}
|
}
|
||||||
@@ -38,7 +38,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "io.legado.app"
|
applicationId "io.legado.app"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 31
|
targetSdkVersion 32
|
||||||
versionCode 10000 + gitCommits
|
versionCode 10000 + gitCommits
|
||||||
versionName version
|
versionName version
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
**2022/05/10**
|
**2022/05/10**
|
||||||
|
|
||||||
* 更新cronet: 101.0.4951.61
|
* 更新cronet: 101.0.4951.61
|
||||||
|
* 更新到SDK 32
|
||||||
* js添加 getVerificationCode startBrowserAwait
|
* js添加 getVerificationCode startBrowserAwait
|
||||||
* 监测网络变化及时更新web服务的IP
|
* 监测网络变化及时更新web服务的IP
|
||||||
* 优化在线tts导入
|
* 优化在线tts导入
|
||||||
|
|||||||
Reference in New Issue
Block a user