version:2.3

fix:
update:接口优化,更换图标,增加可折叠TextView
This commit is contained in:
2023-01-09 10:01:19 +08:00
parent 39d0f0b597
commit 6540365e9f
17 changed files with 453 additions and 216 deletions

View File

@@ -11,19 +11,13 @@ android {
}
buildTypes {
zhanRuiRelease{
}
zhanRuiDebug{
}
debug{
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
MTKAndroid12Debug{}
MTKAndroid12Release{}
zhanRuiDebug {}
zhanRuiRelease {}
zhanRuiUserdebug{}
debug {}
release {}
}
}