version:1.6.3

fix:修复专注模式能打开九学王应用
update:
This commit is contained in:
2023-09-28 11:30:31 +08:00
parent ef7f35eccb
commit 7ed3114868
9 changed files with 113 additions and 29 deletions

View File

@@ -13,23 +13,25 @@ android {
}
buildTypes {
iPlay50Debug{}
iPlay50Release{}
zhanRuiUserdebug{}
iPlay50SEDebug{}
iPlay50SERelease{}
iPlay50ProDebug{}
iPlay50ProRelease{}
iPlay50miniDebug{}
iPlay50miniRelease{}
iPlay5013Debug{}
iPlay5013Release{}
U807Debug {}
U807Release {}
iPlay50Debug {}
iPlay50Release {}
zhanRuiUserdebug {}
iPlay50SEDebug {}
iPlay50SERelease {}
iPlay50ProDebug {}
iPlay50ProRelease {}
iPlay50miniDebug {}
iPlay50miniRelease {}
iPlay5013Debug {}
iPlay5013Release {}
MTKAndroid12Debug {}
MTKAndroid12Release {}
teclast8183Debug {}
teclast8183Release {}
XPadDebug{}
XPadRelease{}
XPadDebug {}
XPadRelease {}
debug {}
release {}
}
@@ -42,8 +44,6 @@ android {
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.3.1'