Commit 198ba84
Ven
fix(build): 解决 JitPack 兼性问题
- 将 Build.VERSION_CODES.BAKLAVA 替换为字面量 35
- 添加注释说明 BAKLAVA 等于 35 以确保旧版 SDK 兼容性
- 修复 LatinIME.java 中的版本检查逻辑
- 修复 PreferencesSettingsFragment.java 中的版本检查逻辑1 parent c6e71b7 commit 198ba84
File tree
2 files changed
+4
-2
lines changed- assists-ime/src/main/java/rkr/simplekeyboard/inputmethod/latin
- settings
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
| 309 | + | |
309 | 310 | | |
310 | 311 | | |
311 | 312 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments