File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ android {
6363 minSdk = 23
6464 targetSdk = 36
6565 // versionCode = baseVerCode + (verInc % baseCommitInc)
66- versionCode = 25112400 + (verInc % 540 )
67- versionName = listOfNotNull(" 5.1.0 " , verCommit).joinToString(separator = " -" )
66+ versionCode = 26021600 + (verInc % 540 )
67+ versionName = listOfNotNull(" 5.1.1 " , verCommit).joinToString(separator = " -" )
6868 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
6969 testApplicationId = " ${applicationId} .test"
7070 renderscriptSupportModeEnabled = true
Original file line number Diff line number Diff line change 1+ ### Meta-app 5.1.1/26021600
2+ #### EN
3+ ```
4+ Boundo Meta-app v5.1.1 changes:
5+ - Support Android 17 Cinnamon Bun
6+ - Fix a few crashes in app list and conn page
7+ - Fix side effect with system dex-opt service
8+ ```
9+ #### ZH
10+ ```
11+ 斑朵元应用 v5.1.1 版本变化:
12+ - 现已支持 Android 17 Cinnamon Bun
13+ - 修复应用列表和快捷连接页面崩溃情况
14+ - 修复与系统 dex-opt 服务的副作用
15+ ```
16+
117### Meta-app 5.1.0/25112400
218#### EN
319```
You can’t perform that action at this time.
0 commit comments