Skip to content

Commit

Permalink
1.添加分类管理(依据文件夹创建分类视图)
Browse files Browse the repository at this point in the history
2.修复MOD开关的一些bug
如果分类视图中压缩包整合类型的MOD无法正常显示需要刷新再重试, 如果任然存在为题可能需要卸载后重新安装
  • Loading branch information
laoxinH committed Oct 27, 2024
1 parent a95a7f1 commit fcf941b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
applicationId = "com.mod.manager"
minSdk = 28
targetSdk = 35
versionCode = 23
versionName = "3.0.2"
versionCode = 27
versionName = "3.1.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit fcf941b

Please sign in to comment.