version:1.3.5

fix:
update:增加学习资源下载,修复退出桌面再进入卡顿,增加语音助手
This commit is contained in:
2023-04-23 11:08:44 +08:00
parent eef000be87
commit 3346ffca88
29 changed files with 982 additions and 109 deletions

View File

@@ -17,8 +17,8 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 15
versionName "1.2.3"
versionCode 27
versionName "1.3.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -200,6 +200,8 @@ dependencies {
implementation 'cn.jzvd:jiaozivideoplayer:7.7.0'
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.16'
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.16'
//验证码输入
implementation 'com.jacktuotuo.customview:verificationcodeview:1.0.5'
}
preBuild {