[6.0.0] reset log version

This commit is contained in:
zhongchao
2023-08-21 11:54:11 +08:00
parent b2da76af75
commit 0bd04a0da4
2 changed files with 1 additions and 6 deletions

View File

@@ -56,11 +56,6 @@ bytex.forbidUseLenientMutationDuringGetArtifact=true
bytex.verifyProguardConfigurationChanged=false
bytex.ASM_API=ASM7
HOOK_LOG_VERSION=1.6.1
SERVICE_CHAIN_VERSION=1.1.0
BIZCONFIG_VERSION=1.3.2
SERVICE_BIZ_VERSION=1.2.4
################ 外部依赖引用 ################
# loglib
LOGLIB_VERSION=1.8.2

View File

@@ -2,6 +2,6 @@ ext {
gradle_version = '3.5.3'
kotlin_version = '1.5.30'
plugin_version = '10.0.0_mogo'
service_chain_version = '5.3.1'
service_chain_version = '5.2.10'
lancetx_plugin_version = '10.0.4_mogo'
}