Skip to content

Commit 904d736

Browse files
committed
发行版本
1 parent 2514ac0 commit 904d736

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

app/src/main/java/com/yorick/cokotools/MainActivity.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ class MainActivity : AppCompatActivity() {
2727
setSupportActionBar(binding.toolbar)
2828

2929
binding.buttonLockBands.setOnClickListener {
30-
// 版本测试
31-
Utils.testVer(this, resources.getString(R.string.lock_bands_package))
32-
// 尝试打开
3330
Utils.jumpActivity(
3431
this,
3532
resources.getString(R.string.lock_bands_package),
@@ -48,8 +45,6 @@ class MainActivity : AppCompatActivity() {
4845
}
4946

5047
binding.buttonEngineerMode.setOnClickListener {
51-
// 版本测试
52-
Utils.testVer(this, resources.getString(R.string.engineer_mode_package))
5348
Utils.jumpActivity(
5449
this,
5550
resources.getString(R.string.engineer_mode_package),
@@ -84,8 +79,6 @@ class MainActivity : AppCompatActivity() {
8479
}
8580

8681
binding.buttonMaxCharging.setOnClickListener {
87-
// 版本测试
88-
Utils.testVer(this, resources.getString(R.string.max_charging_package))
8982
Utils.jumpActivity(
9083
this,
9184
resources.getString(R.string.max_charging_package),

0 commit comments

Comments
 (0)