暴露一个方法,跳转到index初始化页面

This commit is contained in:
2024-01-09 11:47:38 +08:00
parent 10fdade4da
commit bcfb6155d2
2 changed files with 9 additions and 1 deletions

View File

@ -11,7 +11,7 @@ android {
minSdk 28
targetSdk 28
versionCode 1
versionName "1.6"
versionName "1.7"
// 1.0 IDATA广播模式处理
// 1.1 霍尼韦尔的监听修改扫描网站二维码跳出程序监听失效调整、斑马PDA广播模式设置
@ -20,6 +20,7 @@ android {
// 1.4 联新 pda的支持 已经 adapter 关闭的判断
// 1.5 urovo DT50 Lite pda的支持
// 1.6 瑞星平板扫描,线程读取一半就返回处理
// 1.7 暴露一个方法跳转到index初始化页面
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}